Shades of Dodger Blue #24A2FE
Tints of Dodger Blue #24A2FE
RGB
CMYK
RGB Variations
Color information
#24A2FE (or 0x24A2FE) is known color: Dodger Blue. HEX triplet: 24, A2 and FE. RGB value is (36,162,254). Sum of RGB (Red+Green+Blue) = 36+162+254=452 (59% of max value = 765). Red value is 36 (14.45% from 255 or 7.96% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #24A2FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #24A2FE is #DB5D01. Grayscale: #868686. Windows color (decimal): -14376194 or 16687652. OLE color: 16687652.
HSL color Cylindrical-coordinate representation of color #24A2FE: hue angle of 205.32º 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 #24A2FE is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 162 | 254 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.00 |
| HSL | 205.32º | 0.99% | 0.57% | - |
| HSV(B) | 205.32º | 0.86% | 1% | - |
| XYZ | 31.54 | 33.37 | 98.55 | - |
| YUV | 134.81 | 195.26 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 162 | 254 | 0.86 | 0.36 | 0 | 0.00 | 205.32 | 0.99 | 0.57 |
| Hex | 24 | A2 | FE | 56 | 24 | 0 | 0 | CD | 63 | 39 |
| Octal | 44 | 242 | 376 | 126 | 44 | 0 | 0 | 315 | 143 | 71 |
| Binary | 100100 | 10100010 | 11111110 | 1010110 | 100100 | 0 | 0 | 11001101 | 1100011 | 111001 |
Color Harmonies of #24A2FE
Complementary color
Monochromatic Colors of #24A2FE
Black with #24A2FE
Text Example
Text Example
White with #24A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A2FE; }
p { color: rgb(36,162,254); }
H1.HeaderClassName
{
color: #24A2FE;
}
.AnyTagClassName
{
color: #24A2FE;
}
</style>
background-color css
<style>
a { background-color: #24A2FE; }
a { background-color: rgb(36,162,254); }
div.DivClassName
{
background-color: #24A2FE;
}
.BgClassName
{
background-color: #24A2FE;
}
</style>
border-color css
<style>
span { border-color: #24A2FE; }
span { border-color: rgb(36,162,254); }
td.TdClassName
{
border-color: #24A2FE;
}
.TagClassName
{
border-color: #24A2FE;
}
</style>