Shades of Dodger Blue #249CFE
Tints of Dodger Blue #249CFE
RGB
CMYK
RGB Variations
Color information
#249CFE (or 0x249CFE) is known color: Dodger Blue. HEX triplet: 24, 9C and FE. RGB value is (36,156,254). Sum of RGB (Red+Green+Blue) = 36+156+254=446 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.07% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #249CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249CFE is #DB6301. Grayscale: #828282. Windows color (decimal): -14377730 or 16686116. OLE color: 16686116.
HSL color Cylindrical-coordinate representation of color #249CFE: hue angle of 206.97º 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 #249CFE is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 156 | 254 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.00 |
| HSL | 206.97º | 0.99% | 0.57% | - |
| HSV(B) | 206.97º | 0.86% | 1% | - |
| XYZ | 30.51 | 31.31 | 98.2 | - |
| YUV | 131.29 | 197.24 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 254 | 0.86 | 0.39 | 0 | 0.00 | 206.97 | 0.99 | 0.57 |
| Hex | 24 | 9C | FE | 56 | 27 | 0 | 0 | CF | 63 | 39 |
| Octal | 44 | 234 | 376 | 126 | 47 | 0 | 0 | 317 | 143 | 71 |
| Binary | 100100 | 10011100 | 11111110 | 1010110 | 100111 | 0 | 0 | 11001111 | 1100011 | 111001 |
Color Harmonies of #249CFE
Complementary color
Monochromatic Colors of #249CFE
Black with #249CFE
Text Example
Text Example
White with #249CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249CFE; }
p { color: rgb(36,156,254); }
H1.HeaderClassName
{
color: #249CFE;
}
.AnyTagClassName
{
color: #249CFE;
}
</style>
background-color css
<style>
a { background-color: #249CFE; }
a { background-color: rgb(36,156,254); }
div.DivClassName
{
background-color: #249CFE;
}
.BgClassName
{
background-color: #249CFE;
}
</style>
border-color css
<style>
span { border-color: #249CFE; }
span { border-color: rgb(36,156,254); }
td.TdClassName
{
border-color: #249CFE;
}
.TagClassName
{
border-color: #249CFE;
}
</style>