Color Hex Logo

#0d69ea Color Hex

#0D69EA
(13,105,234)
0 Favorites   0 Comments

Color spaces of #0d69ea

RGB 13105234
HSL0.600.890.48
HSV215°94°92°
CMYK 0.940.550.00   0.08
XYZ20.068816.129279.8974
Yxy16.12920.17290.1389
Hunter Lab40.161218.9156-89.8398
CIE-Lab47.143525.5653-71.5253

#0d69ea color RGB value is (13,105,234).

#0d69ea hex color red value is 13, green value is 105 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0d69ea hue: 0.60 , saturation: 0.89 and the lightness value of 0d69ea is 0.48.

The process color (four color CMYK) of #0d69ea color hex is 0.94, 0.55, 0.00, 0.08. Web safe color of #0d69ea is #0066ff. Color #0d69ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01101001 11101010
Octal 15 151 352
Decimal 13 105 234
Hex D 69 EA

RGB Percentages of Color #0d69ea

%3.69
%29.83
%66.48

CMYK Percentages of Color #0d69ea

%94
%55
%0
%8

Triadic Colors of #0d69ea

#0d69ea #ea0d69 #69ea0d

Analogous Colors of #0d69ea

#0d69ea #1f0dea #0dd8ea

Monochromatic Colors of #0d69ea

#0d69ea

Complementary Color

#0d69ea #ea8e0d

#0d69ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d69ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d69ea Color CSS Codes

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

#0d69ea Text Font Color

<p style="color:#0d69ea">Text here</p>

This sample text font color is #0d69ea
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.


#0d69ea Background Color

<div style="background-color:#0d69ea">
Div content here</div>

This div background color is #0d69ea


#0d69ea Border Color

<div style="border:3px solid #0d69ea">
Div here</div>

This div border color is #0d69ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,105,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d69ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d69ea;
  -webkit-box-shadow: 1px 1px 3px 2px #0d69ea;
  box-shadow:         1px 1px 3px 2px #0d69ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d69ea


Comments

No comments written yet.

Please login to write comment.