Shades of Dodger Blue #249BFE
Tints of Dodger Blue #249BFE
RGB
CMYK
RGB Variations
Color information
#249BFE (or 0x249BFE) is known color: Dodger Blue. HEX triplet: 24, 9B and FE. RGB value is (36,155,254). Sum of RGB (Red+Green+Blue) = 36+155+254=445 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.09% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #249BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249BFE is #DB6401. Grayscale: #828282. Windows color (decimal): -14377986 or 16685860. OLE color: 16685860.
HSL color Cylindrical-coordinate representation of color #249BFE: hue angle of 207.25º 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 #249BFE is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 36 | 155 | 254 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.00 |
| HSL | 207.25º | 0.99% | 0.57% | - |
| HSV(B) | 207.25º | 0.86% | 1% | - |
| XYZ | 30.34 | 30.97 | 98.15 | - |
| YUV | 130.71 | 197.58 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 254 | 0.86 | 0.39 | 0 | 0.00 | 207.25 | 0.99 | 0.57 |
| Hex | 24 | 9B | FE | 56 | 27 | 0 | 0 | CF | 63 | 39 |
| Octal | 44 | 233 | 376 | 126 | 47 | 0 | 0 | 317 | 143 | 71 |
| Binary | 100100 | 10011011 | 11111110 | 1010110 | 100111 | 0 | 0 | 11001111 | 1100011 | 111001 |
Color Harmonies of #249BFE
Complementary color
Monochromatic Colors of #249BFE
Black with #249BFE
Text Example
Text Example
White with #249BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BFE; }
p { color: rgb(36,155,254); }
H1.HeaderClassName
{
color: #249BFE;
}
.AnyTagClassName
{
color: #249BFE;
}
</style>
background-color css
<style>
a { background-color: #249BFE; }
a { background-color: rgb(36,155,254); }
div.DivClassName
{
background-color: #249BFE;
}
.BgClassName
{
background-color: #249BFE;
}
</style>
border-color css
<style>
span { border-color: #249BFE; }
span { border-color: rgb(36,155,254); }
td.TdClassName
{
border-color: #249BFE;
}
.TagClassName
{
border-color: #249BFE;
}
</style>