Color Hex Logo

#0f64dd Color Hex

#0F64DD
(15,100,221)
0 Favorites   0 Comments

Color spaces of #0f64dd

RGB 15100221
HSL0.600.870.46
HSV215°93°87°
CMYK 0.930.550.00   0.13
XYZ17.805314.436470.2547
Yxy14.43640.17370.1408
Hunter Lab37.995317.1568-83.0328
CIE-Lab44.852423.7980-67.9052

#0f64dd color RGB value is (15,100,221).

#0f64dd hex color red value is 15, green value is 100 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0f64dd hue: 0.60 , saturation: 0.87 and the lightness value of 0f64dd is 0.46.

The process color (four color CMYK) of #0f64dd color hex is 0.93, 0.55, 0.00, 0.13. Web safe color of #0f64dd is #0066cc. Color #0f64dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01100100 11011101
Octal 17 144 335
Decimal 15 100 221
Hex F 64 DD

RGB Percentages of Color #0f64dd

%4.46
%29.76
%65.77

CMYK Percentages of Color #0f64dd

%93
%55
%0
%13

Triadic Colors of #0f64dd

#0f64dd #dd0f64 #64dd0f

Analogous Colors of #0f64dd

#0f64dd #210fdd #0fcbdd

Monochromatic Colors of #0f64dd

#0f64dd

Complementary Color

#0f64dd #dd880f

#0f64dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f64dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f64dd Color CSS Codes

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

#0f64dd Text Font Color

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

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


#0f64dd Background Color

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

This div background color is #0f64dd


#0f64dd Border Color

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

This div border color is #0f64dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,100,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f64dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f64dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0f64dd;
  box-shadow:         1px 1px 3px 2px #0f64dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f64dd


Comments

No comments written yet.

Please login to write comment.