Shades of Dodger Blue #2471FE
Tints of Dodger Blue #2471FE
RGB
CMYK
RGB Variations
Color information
#2471FE (or 0x2471FE) is known color: Dodger Blue. HEX triplet: 24, 71 and FE. RGB value is (36,113,254). Sum of RGB (Red+Green+Blue) = 36+113+254=403 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.93% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #2471FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2471FE is #DB8E01. Grayscale: #696969. Windows color (decimal): -14388738 or 16675108. OLE color: 16675108.
HSL color Cylindrical-coordinate representation of color #2471FE: hue angle of 218.81º 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 #2471FE is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 113 | 254 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.00 |
| HSL | 218.81º | 0.99% | 0.57% | - |
| HSV(B) | 218.81º | 0.86% | 1% | - |
| XYZ | 24.52 | 19.34 | 96.21 | - |
| YUV | 106.05 | 211.49 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 254 | 0.86 | 0.56 | 0 | 0.00 | 218.81 | 0.99 | 0.57 |
| Hex | 24 | 71 | FE | 56 | 38 | 0 | 0 | DB | 63 | 39 |
| Octal | 44 | 161 | 376 | 126 | 70 | 0 | 0 | 333 | 143 | 71 |
| Binary | 100100 | 1110001 | 11111110 | 1010110 | 111000 | 0 | 0 | 11011011 | 1100011 | 111001 |
Color Harmonies of #2471FE
Complementary color
Monochromatic Colors of #2471FE
Black with #2471FE
Text Example
Text Example
White with #2471FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2471FE; }
p { color: rgb(36,113,254); }
H1.HeaderClassName
{
color: #2471FE;
}
.AnyTagClassName
{
color: #2471FE;
}
</style>
background-color css
<style>
a { background-color: #2471FE; }
a { background-color: rgb(36,113,254); }
div.DivClassName
{
background-color: #2471FE;
}
.BgClassName
{
background-color: #2471FE;
}
</style>
border-color css
<style>
span { border-color: #2471FE; }
span { border-color: rgb(36,113,254); }
td.TdClassName
{
border-color: #2471FE;
}
.TagClassName
{
border-color: #2471FE;
}
</style>