Shades of Dodger Blue #2476FF
Tints of Dodger Blue #2476FF
RGB
CMYK
RGB Variations
Color information
#2476FF (or 0x2476FF) is known color: Dodger Blue. HEX triplet: 24, 76 and FF. RGB value is (36,118,255). Sum of RGB (Red+Green+Blue) = 36+118+255=409 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.80% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #2476FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2476FF is #DB8900. Grayscale: #6C6C6C. Windows color (decimal): -14387457 or 16741924. OLE color: 16741924.
HSL color Cylindrical-coordinate representation of color #2476FF: hue angle of 217.53º 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 #2476FF is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 118 | 255 | - |
| CMYK | 0.86 | 0.54 | 0 | 0 |
| HSL | 217.53º | 1% | 0.57% | - |
| HSV(B) | 217.53º | 0.86% | 1% | - |
| XYZ | 25.26 | 20.55 | 97.24 | - |
| YUV | 109.1 | 210.33 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 118 | 255 | 0.86 | 0.54 | 0 | 0 | 217.53 | 1 | 0.57 |
| Hex | 24 | 76 | FF | 56 | 36 | 0 | 0 | DA | 64 | 39 |
| Octal | 44 | 166 | 377 | 126 | 66 | 0 | 0 | 332 | 144 | 71 |
| Binary | 100100 | 1110110 | 11111111 | 1010110 | 110110 | 0 | 0 | 11011010 | 1100100 | 111001 |
Color Harmonies of #2476FF
Complementary color
Monochromatic Colors of #2476FF
Black with #2476FF
Text Example
Text Example
White with #2476FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2476FF; }
p { color: rgb(36,118,255); }
H1.HeaderClassName
{
color: #2476FF;
}
.AnyTagClassName
{
color: #2476FF;
}
</style>
background-color css
<style>
a { background-color: #2476FF; }
a { background-color: rgb(36,118,255); }
div.DivClassName
{
background-color: #2476FF;
}
.BgClassName
{
background-color: #2476FF;
}
</style>
border-color css
<style>
span { border-color: #2476FF; }
span { border-color: rgb(36,118,255); }
td.TdClassName
{
border-color: #2476FF;
}
.TagClassName
{
border-color: #2476FF;
}
</style>