Shades of Dodger Blue #2481EF
Tints of Dodger Blue #2481EF
RGB
CMYK
RGB Variations
Color information
#2481EF (or 0x2481EF) is known color: Dodger Blue. HEX triplet: 24, 81 and EF. RGB value is (36,129,239). Sum of RGB (Red+Green+Blue) = 36+129+239=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #2481EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2481EF is #DB7E10. Grayscale: #717171. Windows color (decimal): -14384657 or 15696164. OLE color: 15696164.
HSL color Cylindrical-coordinate representation of color #2481EF: hue angle of 212.51º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2481EF is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 36 | 129 | 239 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.06 |
| HSL | 212.51º | 0.86% | 0.54% | - |
| HSV(B) | 212.51º | 0.85% | 0.94% | - |
| XYZ | 24.16 | 22.31 | 84.69 | - |
| YUV | 113.73 | 198.69 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 239 | 0.85 | 0.46 | 0 | 0.06 | 212.51 | 0.86 | 0.54 |
| Hex | 24 | 81 | EF | 55 | 2E | 0 | 6 | D5 | 56 | 36 |
| Octal | 44 | 201 | 357 | 125 | 56 | 0 | 6 | 325 | 126 | 66 |
| Binary | 100100 | 10000001 | 11101111 | 1010101 | 101110 | 0 | 110 | 11010101 | 1010110 | 110110 |
Color Harmonies of #2481EF
Complementary color
Monochromatic Colors of #2481EF
Black with #2481EF
Text Example
Text Example
White with #2481EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2481EF; }
p { color: rgb(36,129,239); }
H1.HeaderClassName
{
color: #2481EF;
}
.AnyTagClassName
{
color: #2481EF;
}
</style>
background-color css
<style>
a { background-color: #2481EF; }
a { background-color: rgb(36,129,239); }
div.DivClassName
{
background-color: #2481EF;
}
.BgClassName
{
background-color: #2481EF;
}
</style>
border-color css
<style>
span { border-color: #2481EF; }
span { border-color: rgb(36,129,239); }
td.TdClassName
{
border-color: #2481EF;
}
.TagClassName
{
border-color: #2481EF;
}
</style>