color codes Logo

#0469eb color codes

#0469EB
(4,105,235)
0 Favorites   0 Comments

Color spaces of #0469eb

RGB 4105235
HSL0.590.970.47
HSV214°98°92°
CMYK 0.980.550.00   0.08
XYZ20.097016.127180.6509
Yxy16.12710.17200.1380
Hunter Lab40.158619.0513-90.9618
CIE-Lab47.140825.7165-72.0954

#0469eb color RGB value is (4,105,235).

#0469eb hex color red value is 4, green value is 105 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0469eb hue: 0.59 , saturation: 0.97 and the lightness value of 0469eb is 0.47.

The process color (four color CMYK) of #0469eb color code is 0.98, 0.55, 0.00, 0.08. Web safe color of #0469eb is #0066ff. Color #0469eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101001 11101011
Octal 4 151 353
Decimal 4 105 235
Hex 4 69 EB

RGB Percentages of Color #0469eb

%1.16
%30.52
%68.31

CMYK Percentages of Color #0469eb

%98
%55
%0
%8

Triadic Colors of #0469eb

#0469eb #eb0469 #69eb04

Analogous Colors of #0469eb

#0469eb #1304eb #04ddeb

Monochromatic Colors of #0469eb

#0469eb

Complementary Color

#0469eb #eb8604

#0469eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0469eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0469eb Color CSS Codes

.mybgcolor {background-color:#0469eb; } 
.myforecolor {color:#0469eb; }
.mybordercolor {border:3px solid #0469eb; }

#0469eb Text Font Color

<p style="color:#0469eb">Text here</p>

This sample text font color is #0469eb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0469eb Background Color

<div style="background-color:#0469eb">
Div content here</div>

This div background color is #0469eb


#0469eb Border Color

<div style="border:3px solid #0469eb">
Div here</div>

This div border color is #0469eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,105,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0469eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0469eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0469eb;
  box-shadow:         1px 1px 3px 2px #0469eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,105,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0469eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0469eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0469eb;
  box-shadow:         1px 1px 3px 2px #0469eb;">
Div content here</div>

This div box has shadow with color #0469eb


Comments

No comments written yet.

Please login to write comment.