Shades of Dodger Blue #249BFF
Tints of Dodger Blue #249BFF
RGB
CMYK
RGB Variations
Color information
#249BFF (or 0x249BFF) is known color: Dodger Blue. HEX triplet: 24, 9B and FF. RGB value is (36,155,255). Sum of RGB (Red+Green+Blue) = 36+155+255=446 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.07% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #249BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249BFF is #DB6400. Grayscale: #828282. Windows color (decimal): -14377985 or 16751396. OLE color: 16751396.
HSL color Cylindrical-coordinate representation of color #249BFF: hue angle of 207.4º 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 #249BFF is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 36 | 155 | 255 | - |
| CMYK | 0.86 | 0.39 | 0 | 0 |
| HSL | 207.4º | 1% | 0.57% | - |
| HSV(B) | 207.4º | 0.86% | 1% | - |
| XYZ | 30.5 | 31.04 | 98.99 | - |
| YUV | 130.82 | 198.08 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 255 | 0.86 | 0.39 | 0 | 0 | 207.4 | 1 | 0.57 |
| Hex | 24 | 9B | FF | 56 | 27 | 0 | 0 | CF | 64 | 39 |
| Octal | 44 | 233 | 377 | 126 | 47 | 0 | 0 | 317 | 144 | 71 |
| Binary | 100100 | 10011011 | 11111111 | 1010110 | 100111 | 0 | 0 | 11001111 | 1100100 | 111001 |
Color Harmonies of #249BFF
Complementary color
Monochromatic Colors of #249BFF
Black with #249BFF
Text Example
Text Example
White with #249BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BFF; }
p { color: rgb(36,155,255); }
H1.HeaderClassName
{
color: #249BFF;
}
.AnyTagClassName
{
color: #249BFF;
}
</style>
background-color css
<style>
a { background-color: #249BFF; }
a { background-color: rgb(36,155,255); }
div.DivClassName
{
background-color: #249BFF;
}
.BgClassName
{
background-color: #249BFF;
}
</style>
border-color css
<style>
span { border-color: #249BFF; }
span { border-color: rgb(36,155,255); }
td.TdClassName
{
border-color: #249BFF;
}
.TagClassName
{
border-color: #249BFF;
}
</style>