Shades of Dodger Blue #0072FE
Tints of Dodger Blue #0072FE
RGB
CMYK
RGB Variations
Color information
#0072FE (or 0x0072FE) is known color: Dodger Blue. HEX triplet: 00, 72 and FE. RGB value is (0,114,254). Sum of RGB (Red+Green+Blue) = 0+114+254=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #0072FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0072FE is #FF8D01. Grayscale: #5F5F5F. Windows color (decimal): -16747778 or 16675328. OLE color: 16675328.
HSL color Cylindrical-coordinate representation of color #0072FE: hue angle of 213.07º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072FE is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 114 | 254 | - |
| CMYK | 1 | 0.55 | 0 | 0.00 |
| HSL | 213.07º | 1% | 0.5% | - |
| HSV(B) | 213.07º | 1% | 1% | - |
| XYZ | 23.91 | 19.19 | 96.21 | - |
| YUV | 95.87 | 217.23 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 254 | 1 | 0.55 | 0 | 0.00 | 213.07 | 1 | 0.5 |
| Hex | 0 | 72 | FE | 64 | 37 | 0 | 0 | D5 | 64 | 32 |
| Octal | 0 | 162 | 376 | 144 | 67 | 0 | 0 | 325 | 144 | 62 |
| Binary | 0 | 1110010 | 11111110 | 1100100 | 110111 | 0 | 0 | 11010101 | 1100100 | 110010 |
Color Harmonies of #0072FE
Complementary color
Monochromatic Colors of #0072FE
Black with #0072FE
Text Example
Text Example
White with #0072FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0072FE; }
p { color: rgb(0,114,254); }
H1.HeaderClassName
{
color: #0072FE;
}
.AnyTagClassName
{
color: #0072FE;
}
</style>
background-color css
<style>
a { background-color: #0072FE; }
a { background-color: rgb(0,114,254); }
div.DivClassName
{
background-color: #0072FE;
}
.BgClassName
{
background-color: #0072FE;
}
</style>
border-color css
<style>
span { border-color: #0072FE; }
span { border-color: rgb(0,114,254); }
td.TdClassName
{
border-color: #0072FE;
}
.TagClassName
{
border-color: #0072FE;
}
</style>