#0f72ef

Color #0F72EF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0F72EF

Tints of Dodger Blue #0F72EF

Color information

#0F72EF (or 0x0F72EF) is unknown color: approx Dodger Blue. HEX triplet: 0F, 72 and EF. RGB value is (15,114,239). Sum of RGB (Red+Green+Blue) = 15+114+239=368 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.08% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F72EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F72EF is #F08D10. Grayscale: #626262. Windows color (decimal): -15764753 or 15692303. OLE color: 15692303.

HSL color Cylindrical-coordinate representation of color #0F72EF: hue angle of 213.48º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F72EF is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15114239-
CMYK0.940.5200.06
HSL213.48º88.19%49.8%-
HSV(B)213.48º93.72%93.73%-
XYZ21.7918.3784.06-
YUV98.65207.268.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 4.08%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 239 (93.75% from 255) = 64.95%
R=4.08%
G=30.98%
B=64.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151142390.940.5200.06213.4888.1949.8
HexF72EF5E3406d55832
Octal17162357136640632513062
Binary111111100101110111110111101101000110110101011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f72ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0f72ef; }

 p { color: rgb(15,114,239); }

 H1.HeaderClassName
 {
   color: #0f72ef;
 }
 .AnyTagClassName
 {
   color: #0f72ef;
 }
</style>
background-color css

<style>
 a { background-color: #0f72ef; }

 a { background-color: rgb(15,114,239); }

 div.DivClassName
 {
   background-color: #0f72ef;
 }
 .BgClassName
 {
   background-color: #0f72ef;
 }
</style>
border-color css

<style>
 span { border-color: #0f72ef; }

 span { border-color: rgb(15,114,239); }

 td.TdClassName
 {
   border-color: #0f72ef;
 }
 .TagClassName
 {
   border-color: #0f72ef;
 }
</style>