Shades of Dodger Blue #2479FE
Tints of Dodger Blue #2479FE
RGB
CMYK
RGB Variations
Color information
#2479FE (or 0x2479FE) is known color: Dodger Blue. HEX triplet: 24, 79 and FE. RGB value is (36,121,254). Sum of RGB (Red+Green+Blue) = 36+121+254=411 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.76% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #2479FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2479FE is #DB8601. Grayscale: #6E6E6E. Windows color (decimal): -14386690 or 16677156. OLE color: 16677156.
HSL color Cylindrical-coordinate representation of color #2479FE: hue angle of 216.61º 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 #2479FE is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 121 | 254 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.00 |
| HSL | 216.61º | 0.99% | 0.57% | - |
| HSV(B) | 216.61º | 0.86% | 1% | - |
| XYZ | 25.45 | 21.21 | 96.52 | - |
| YUV | 110.75 | 208.84 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 254 | 0.86 | 0.52 | 0 | 0.00 | 216.61 | 0.99 | 0.57 |
| Hex | 24 | 79 | FE | 56 | 34 | 0 | 0 | D9 | 63 | 39 |
| Octal | 44 | 171 | 376 | 126 | 64 | 0 | 0 | 331 | 143 | 71 |
| Binary | 100100 | 1111001 | 11111110 | 1010110 | 110100 | 0 | 0 | 11011001 | 1100011 | 111001 |
Color Harmonies of #2479FE
Complementary color
Monochromatic Colors of #2479FE
Black with #2479FE
Text Example
Text Example
White with #2479FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2479FE; }
p { color: rgb(36,121,254); }
H1.HeaderClassName
{
color: #2479FE;
}
.AnyTagClassName
{
color: #2479FE;
}
</style>
background-color css
<style>
a { background-color: #2479FE; }
a { background-color: rgb(36,121,254); }
div.DivClassName
{
background-color: #2479FE;
}
.BgClassName
{
background-color: #2479FE;
}
</style>
border-color css
<style>
span { border-color: #2479FE; }
span { border-color: rgb(36,121,254); }
td.TdClassName
{
border-color: #2479FE;
}
.TagClassName
{
border-color: #2479FE;
}
</style>