Shades of Dodger Blue #2472FE
Tints of Dodger Blue #2472FE
RGB
CMYK
RGB Variations
Color information
#2472FE (or 0x2472FE) is known color: Dodger Blue. HEX triplet: 24, 72 and FE. RGB value is (36,114,254). Sum of RGB (Red+Green+Blue) = 36+114+254=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #2472FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2472FE is #DB8D01. Grayscale: #696969. Windows color (decimal): -14388482 or 16675364. OLE color: 16675364.
HSL color Cylindrical-coordinate representation of color #2472FE: hue angle of 218.53º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2472FE is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 114 | 254 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.00 |
| HSL | 218.53º | 0.99% | 0.57% | - |
| HSV(B) | 218.53º | 0.86% | 1% | - |
| XYZ | 24.63 | 19.57 | 96.24 | - |
| YUV | 106.64 | 211.16 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 254 | 0.86 | 0.55 | 0 | 0.00 | 218.53 | 0.99 | 0.57 |
| Hex | 24 | 72 | FE | 56 | 37 | 0 | 0 | DB | 63 | 39 |
| Octal | 44 | 162 | 376 | 126 | 67 | 0 | 0 | 333 | 143 | 71 |
| Binary | 100100 | 1110010 | 11111110 | 1010110 | 110111 | 0 | 0 | 11011011 | 1100011 | 111001 |
Color Harmonies of #2472FE
Complementary color
Monochromatic Colors of #2472FE
Black with #2472FE
Text Example
Text Example
White with #2472FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2472FE; }
p { color: rgb(36,114,254); }
H1.HeaderClassName
{
color: #2472FE;
}
.AnyTagClassName
{
color: #2472FE;
}
</style>
background-color css
<style>
a { background-color: #2472FE; }
a { background-color: rgb(36,114,254); }
div.DivClassName
{
background-color: #2472FE;
}
.BgClassName
{
background-color: #2472FE;
}
</style>
border-color css
<style>
span { border-color: #2472FE; }
span { border-color: rgb(36,114,254); }
td.TdClassName
{
border-color: #2472FE;
}
.TagClassName
{
border-color: #2472FE;
}
</style>