Shades of Dodger Blue #2479FF
Tints of Dodger Blue #2479FF
RGB
CMYK
RGB Variations
Color information
#2479FF (or 0x2479FF) is known color: Dodger Blue. HEX triplet: 24, 79 and FF. RGB value is (36,121,255). Sum of RGB (Red+Green+Blue) = 36+121+255=412 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.74% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #2479FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2479FF is #DB8600. Grayscale: #6E6E6E. Windows color (decimal): -14386689 or 16742692. OLE color: 16742692.
HSL color Cylindrical-coordinate representation of color #2479FF: hue angle of 216.71º 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 #2479FF is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 121 | 255 | - |
| CMYK | 0.86 | 0.53 | 0 | 0 |
| HSL | 216.71º | 1% | 0.57% | - |
| HSV(B) | 216.71º | 0.86% | 1% | - |
| XYZ | 25.61 | 21.27 | 97.36 | - |
| YUV | 110.86 | 209.34 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 255 | 0.86 | 0.53 | 0 | 0 | 216.71 | 1 | 0.57 |
| Hex | 24 | 79 | FF | 56 | 35 | 0 | 0 | D9 | 64 | 39 |
| Octal | 44 | 171 | 377 | 126 | 65 | 0 | 0 | 331 | 144 | 71 |
| Binary | 100100 | 1111001 | 11111111 | 1010110 | 110101 | 0 | 0 | 11011001 | 1100100 | 111001 |
Color Harmonies of #2479FF
Complementary color
Monochromatic Colors of #2479FF
Black with #2479FF
Text Example
Text Example
White with #2479FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2479FF; }
p { color: rgb(36,121,255); }
H1.HeaderClassName
{
color: #2479FF;
}
.AnyTagClassName
{
color: #2479FF;
}
</style>
background-color css
<style>
a { background-color: #2479FF; }
a { background-color: rgb(36,121,255); }
div.DivClassName
{
background-color: #2479FF;
}
.BgClassName
{
background-color: #2479FF;
}
</style>
border-color css
<style>
span { border-color: #2479FF; }
span { border-color: rgb(36,121,255); }
td.TdClassName
{
border-color: #2479FF;
}
.TagClassName
{
border-color: #2479FF;
}
</style>