Shades of Dodger Blue #2470FF
Tints of Dodger Blue #2470FF
RGB
CMYK
RGB Variations
Color information
#2470FF (or 0x2470FF) is known color: Dodger Blue. HEX triplet: 24, 70 and FF. RGB value is (36,112,255). Sum of RGB (Red+Green+Blue) = 36+112+255=403 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.93% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #2470FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2470FF is #DB8F00. Grayscale: #686868. Windows color (decimal): -14388993 or 16740388. OLE color: 16740388.
HSL color Cylindrical-coordinate representation of color #2470FF: hue angle of 219.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2470FF is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 112 | 255 | - |
| CMYK | 0.86 | 0.56 | 0 | 0 |
| HSL | 219.18º | 1% | 0.57% | - |
| HSV(B) | 219.18º | 0.86% | 1% | - |
| XYZ | 24.57 | 19.18 | 97.02 | - |
| YUV | 105.58 | 212.32 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 255 | 0.86 | 0.56 | 0 | 0 | 219.18 | 1 | 0.57 |
| Hex | 24 | 70 | FF | 56 | 38 | 0 | 0 | DB | 64 | 39 |
| Octal | 44 | 160 | 377 | 126 | 70 | 0 | 0 | 333 | 144 | 71 |
| Binary | 100100 | 1110000 | 11111111 | 1010110 | 111000 | 0 | 0 | 11011011 | 1100100 | 111001 |
Color Harmonies of #2470FF
Complementary color
Monochromatic Colors of #2470FF
Black with #2470FF
Text Example
Text Example
White with #2470FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2470FF; }
p { color: rgb(36,112,255); }
H1.HeaderClassName
{
color: #2470FF;
}
.AnyTagClassName
{
color: #2470FF;
}
</style>
background-color css
<style>
a { background-color: #2470FF; }
a { background-color: rgb(36,112,255); }
div.DivClassName
{
background-color: #2470FF;
}
.BgClassName
{
background-color: #2470FF;
}
</style>
border-color css
<style>
span { border-color: #2470FF; }
span { border-color: rgb(36,112,255); }
td.TdClassName
{
border-color: #2470FF;
}
.TagClassName
{
border-color: #2470FF;
}
</style>