Shades of Dodger Blue #2470FB
Tints of Dodger Blue #2470FB
RGB
CMYK
RGB Variations
Color information
#2470FB (or 0x2470FB) is known color: Dodger Blue. HEX triplet: 24, 70 and FB. RGB value is (36,112,251). Sum of RGB (Red+Green+Blue) = 36+112+251=399 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.02% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #2470FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2470FB is #DB8F04. Grayscale: #686868. Windows color (decimal): -14388997 or 16478244. OLE color: 16478244.
HSL color Cylindrical-coordinate representation of color #2470FB: hue angle of 218.79º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2470FB is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 112 | 251 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.02 |
| HSL | 218.79º | 0.96% | 0.56% | - |
| HSV(B) | 218.79º | 0.86% | 0.98% | - |
| XYZ | 23.93 | 18.93 | 93.66 | - |
| YUV | 105.12 | 210.32 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 251 | 0.86 | 0.55 | 0 | 0.02 | 218.79 | 0.96 | 0.56 |
| Hex | 24 | 70 | FB | 56 | 37 | 0 | 2 | DB | 60 | 38 |
| Octal | 44 | 160 | 373 | 126 | 67 | 0 | 2 | 333 | 140 | 70 |
| Binary | 100100 | 1110000 | 11111011 | 1010110 | 110111 | 0 | 10 | 11011011 | 1100000 | 111000 |
Color Harmonies of #2470FB
Complementary color
Monochromatic Colors of #2470FB
Black with #2470FB
Text Example
Text Example
White with #2470FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2470FB; }
p { color: rgb(36,112,251); }
H1.HeaderClassName
{
color: #2470FB;
}
.AnyTagClassName
{
color: #2470FB;
}
</style>
background-color css
<style>
a { background-color: #2470FB; }
a { background-color: rgb(36,112,251); }
div.DivClassName
{
background-color: #2470FB;
}
.BgClassName
{
background-color: #2470FB;
}
</style>
border-color css
<style>
span { border-color: #2470FB; }
span { border-color: rgb(36,112,251); }
td.TdClassName
{
border-color: #2470FB;
}
.TagClassName
{
border-color: #2470FB;
}
</style>