Shades of Dodger Blue #2474FF
Tints of Dodger Blue #2474FF
RGB
CMYK
RGB Variations
Color information
#2474FF (or 0x2474FF) is known color: Dodger Blue. HEX triplet: 24, 74 and FF. RGB value is (36,116,255). Sum of RGB (Red+Green+Blue) = 36+116+255=407 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.85% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #2474FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2474FF is #DB8B00. Grayscale: #6B6B6B. Windows color (decimal): -14387969 or 16741412. OLE color: 16741412.
HSL color Cylindrical-coordinate representation of color #2474FF: hue angle of 218.08º 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 #2474FF is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 116 | 255 | - |
| CMYK | 0.86 | 0.55 | 0 | 0 |
| HSL | 218.08º | 1% | 0.57% | - |
| HSV(B) | 218.08º | 0.86% | 1% | - |
| XYZ | 25.02 | 20.09 | 97.17 | - |
| YUV | 107.93 | 211 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 255 | 0.86 | 0.55 | 0 | 0 | 218.08 | 1 | 0.57 |
| Hex | 24 | 74 | FF | 56 | 37 | 0 | 0 | DA | 64 | 39 |
| Octal | 44 | 164 | 377 | 126 | 67 | 0 | 0 | 332 | 144 | 71 |
| Binary | 100100 | 1110100 | 11111111 | 1010110 | 110111 | 0 | 0 | 11011010 | 1100100 | 111001 |
Color Harmonies of #2474FF
Complementary color
Monochromatic Colors of #2474FF
Black with #2474FF
Text Example
Text Example
White with #2474FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2474FF; }
p { color: rgb(36,116,255); }
H1.HeaderClassName
{
color: #2474FF;
}
.AnyTagClassName
{
color: #2474FF;
}
</style>
background-color css
<style>
a { background-color: #2474FF; }
a { background-color: rgb(36,116,255); }
div.DivClassName
{
background-color: #2474FF;
}
.BgClassName
{
background-color: #2474FF;
}
</style>
border-color css
<style>
span { border-color: #2474FF; }
span { border-color: rgb(36,116,255); }
td.TdClassName
{
border-color: #2474FF;
}
.TagClassName
{
border-color: #2474FF;
}
</style>