Shades of Dodger Blue #0072FA
Tints of Dodger Blue #0072FA
RGB
CMYK
RGB Variations
Color information
#0072FA (or 0x0072FA) is known color: Dodger Blue. HEX triplet: 00, 72 and FA. RGB value is (0,114,250). Sum of RGB (Red+Green+Blue) = 0+114+250=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #0072FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0072FA is #FF8D05. Grayscale: #5E5E5E. Windows color (decimal): -16747782 or 16413184. OLE color: 16413184.
HSL color Cylindrical-coordinate representation of color #0072FA: hue angle of 212.64º 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 #0072FA is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 114 | 250 | - |
| CMYK | 1 | 0.54 | 0 | 0.02 |
| HSL | 212.64º | 1% | 0.49% | - |
| HSV(B) | 212.64º | 1% | 0.98% | - |
| XYZ | 23.27 | 18.94 | 92.87 | - |
| YUV | 95.42 | 215.23 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 250 | 1 | 0.54 | 0 | 0.02 | 212.64 | 1 | 0.49 |
| Hex | 0 | 72 | FA | 64 | 36 | 0 | 2 | D5 | 64 | 31 |
| Octal | 0 | 162 | 372 | 144 | 66 | 0 | 2 | 325 | 144 | 61 |
| Binary | 0 | 1110010 | 11111010 | 1100100 | 110110 | 0 | 10 | 11010101 | 1100100 | 110001 |
Color Harmonies of #0072FA
Complementary color
Monochromatic Colors of #0072FA
Black with #0072FA
Text Example
Text Example
White with #0072FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0072FA; }
p { color: rgb(0,114,250); }
H1.HeaderClassName
{
color: #0072FA;
}
.AnyTagClassName
{
color: #0072FA;
}
</style>
background-color css
<style>
a { background-color: #0072FA; }
a { background-color: rgb(0,114,250); }
div.DivClassName
{
background-color: #0072FA;
}
.BgClassName
{
background-color: #0072FA;
}
</style>
border-color css
<style>
span { border-color: #0072FA; }
span { border-color: rgb(0,114,250); }
td.TdClassName
{
border-color: #0072FA;
}
.TagClassName
{
border-color: #0072FA;
}
</style>