Shades of Dodger Blue #2470FE
Tints of Dodger Blue #2470FE
RGB
CMYK
RGB Variations
Color information
#2470FE (or 0x2470FE) is known color: Dodger Blue. HEX triplet: 24, 70 and FE. RGB value is (36,112,254). Sum of RGB (Red+Green+Blue) = 36+112+254=402 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.96% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #2470FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2470FE is #DB8F01. Grayscale: #686868. Windows color (decimal): -14388994 or 16674852. OLE color: 16674852.
HSL color Cylindrical-coordinate representation of color #2470FE: hue angle of 219.08º 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 #2470FE is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 112 | 254 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.00 |
| HSL | 219.08º | 0.99% | 0.57% | - |
| HSV(B) | 219.08º | 0.86% | 1% | - |
| XYZ | 24.41 | 19.12 | 96.17 | - |
| YUV | 105.46 | 211.82 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 254 | 0.86 | 0.56 | 0 | 0.00 | 219.08 | 0.99 | 0.57 |
| Hex | 24 | 70 | FE | 56 | 38 | 0 | 0 | DB | 63 | 39 |
| Octal | 44 | 160 | 376 | 126 | 70 | 0 | 0 | 333 | 143 | 71 |
| Binary | 100100 | 1110000 | 11111110 | 1010110 | 111000 | 0 | 0 | 11011011 | 1100011 | 111001 |
Color Harmonies of #2470FE
Complementary color
Monochromatic Colors of #2470FE
Black with #2470FE
Text Example
Text Example
White with #2470FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2470FE; }
p { color: rgb(36,112,254); }
H1.HeaderClassName
{
color: #2470FE;
}
.AnyTagClassName
{
color: #2470FE;
}
</style>
background-color css
<style>
a { background-color: #2470FE; }
a { background-color: rgb(36,112,254); }
div.DivClassName
{
background-color: #2470FE;
}
.BgClassName
{
background-color: #2470FE;
}
</style>
border-color css
<style>
span { border-color: #2470FE; }
span { border-color: rgb(36,112,254); }
td.TdClassName
{
border-color: #2470FE;
}
.TagClassName
{
border-color: #2470FE;
}
</style>