Shades of Dodger Blue #24B2FF
Tints of Dodger Blue #24B2FF
RGB
CMYK
RGB Variations
Color information
#24B2FF (or 0x24B2FF) is known color: Dodger Blue. HEX triplet: 24, B2 and FF. RGB value is (36,178,255). Sum of RGB (Red+Green+Blue) = 36+178+255=469 (62% of max value = 765). Red value is 36 (14.45% from 255 or 7.68% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #24B2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #24B2FF is #DB4D00. Grayscale: #8F8F8F. Windows color (decimal): -14372097 or 16757284. OLE color: 16757284.
HSL color Cylindrical-coordinate representation of color #24B2FF: hue angle of 201.1º 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 #24B2FF is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 178 | 255 | - |
| CMYK | 0.86 | 0.30 | 0 | 0 |
| HSL | 201.1º | 1% | 0.57% | - |
| HSV(B) | 201.1º | 0.86% | 1% | - |
| XYZ | 34.7 | 39.44 | 100.39 | - |
| YUV | 144.32 | 190.46 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 178 | 255 | 0.86 | 0.30 | 0 | 0 | 201.1 | 1 | 0.57 |
| Hex | 24 | B2 | FF | 56 | 1E | 0 | 0 | C9 | 64 | 39 |
| Octal | 44 | 262 | 377 | 126 | 36 | 0 | 0 | 311 | 144 | 71 |
| Binary | 100100 | 10110010 | 11111111 | 1010110 | 11110 | 0 | 0 | 11001001 | 1100100 | 111001 |
Color Harmonies of #24B2FF
Complementary color
Monochromatic Colors of #24B2FF
Black with #24B2FF
Text Example
Text Example
White with #24B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24B2FF; }
p { color: rgb(36,178,255); }
H1.HeaderClassName
{
color: #24B2FF;
}
.AnyTagClassName
{
color: #24B2FF;
}
</style>
background-color css
<style>
a { background-color: #24B2FF; }
a { background-color: rgb(36,178,255); }
div.DivClassName
{
background-color: #24B2FF;
}
.BgClassName
{
background-color: #24B2FF;
}
</style>
border-color css
<style>
span { border-color: #24B2FF; }
span { border-color: rgb(36,178,255); }
td.TdClassName
{
border-color: #24B2FF;
}
.TagClassName
{
border-color: #24B2FF;
}
</style>