#0F72EE

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

Shades of Dodger Blue #0F72EE

Tints of Dodger Blue #0F72EE

Color information

#0F72EE (or 0x0F72EE) is unknown color: approx Dodger Blue. HEX triplet: 0F, 72 and EE. RGB value is (15,114,238). Sum of RGB (Red+Green+Blue) = 15+114+238=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #0F72EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F72EE is #F08D11. Grayscale: #616161. Windows color (decimal): -15764754 or 15626767. OLE color: 15626767.

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

Color convert

RGB15114238-
CMYK0.940.5200.07
HSL213.36º88.14%49.61%-
HSV(B)213.36º93.7%93.33%-
XYZ21.6518.3183.28-
YUV98.54206.768.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.09%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 238 (93.36% from 255) = 64.85%
R=4.09%
G=31.06%
B=64.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal151142380.940.5200.07213.3688.1449.61
HexF72EE5E3407d55832
Octal17162356136640732513062
Binary111111100101110111010111101101000111110101011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F72EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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