Shades of Dodger Blue #0072F9
Tints of Dodger Blue #0072F9
RGB
CMYK
RGB Variations
Color information
#0072F9 (or 0x0072F9) is known color: Dodger Blue. HEX triplet: 00, 72 and F9. RGB value is (0,114,249). Sum of RGB (Red+Green+Blue) = 0+114+249=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 249 (97.66% from 255 or 68.60% from 363); Max value from RGB is 249 - color contains mainly: blue. Hex color #0072F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0072F9 is #FF8D06. Grayscale: #5E5E5E. Windows color (decimal): -16747783 or 16347648. OLE color: 16347648.
HSL color Cylindrical-coordinate representation of color #0072F9: hue angle of 212.53º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072F9 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 114 | 249 | - |
| CMYK | 1 | 0.54 | 0 | 0.02 |
| HSL | 212.53º | 1% | 0.49% | - |
| HSV(B) | 212.53º | 1% | 0.98% | - |
| XYZ | 23.12 | 18.87 | 92.05 | - |
| YUV | 95.3 | 214.73 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 249 | 1 | 0.54 | 0 | 0.02 | 212.53 | 1 | 0.49 |
| Hex | 0 | 72 | F9 | 64 | 36 | 0 | 2 | D5 | 64 | 31 |
| Octal | 0 | 162 | 371 | 144 | 66 | 0 | 2 | 325 | 144 | 61 |
| Binary | 0 | 1110010 | 11111001 | 1100100 | 110110 | 0 | 10 | 11010101 | 1100100 | 110001 |
Color Harmonies of #0072F9
Complementary color
Monochromatic Colors of #0072F9
Black with #0072F9
Text Example
Text Example
White with #0072F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0072F9; }
p { color: rgb(0,114,249); }
H1.HeaderClassName
{
color: #0072F9;
}
.AnyTagClassName
{
color: #0072F9;
}
</style>
background-color css
<style>
a { background-color: #0072F9; }
a { background-color: rgb(0,114,249); }
div.DivClassName
{
background-color: #0072F9;
}
.BgClassName
{
background-color: #0072F9;
}
</style>
border-color css
<style>
span { border-color: #0072F9; }
span { border-color: rgb(0,114,249); }
td.TdClassName
{
border-color: #0072F9;
}
.TagClassName
{
border-color: #0072F9;
}
</style>