Shades of Dodger Blue #249BFB
Tints of Dodger Blue #249BFB
RGB
CMYK
RGB Variations
Color information
#249BFB (or 0x249BFB) is known color: Dodger Blue. HEX triplet: 24, 9B and FB. RGB value is (36,155,251). Sum of RGB (Red+Green+Blue) = 36+155+251=442 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.14% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #249BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249BFB is #DB6404. Grayscale: #818181. Windows color (decimal): -14377989 or 16489252. OLE color: 16489252.
HSL color Cylindrical-coordinate representation of color #249BFB: hue angle of 206.79º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #249BFB is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 155 | 251 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.02 |
| HSL | 206.79º | 0.96% | 0.56% | - |
| HSV(B) | 206.79º | 0.86% | 0.98% | - |
| XYZ | 29.86 | 30.78 | 95.63 | - |
| YUV | 130.36 | 196.08 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 251 | 0.86 | 0.38 | 0 | 0.02 | 206.79 | 0.96 | 0.56 |
| Hex | 24 | 9B | FB | 56 | 26 | 0 | 2 | CF | 60 | 38 |
| Octal | 44 | 233 | 373 | 126 | 46 | 0 | 2 | 317 | 140 | 70 |
| Binary | 100100 | 10011011 | 11111011 | 1010110 | 100110 | 0 | 10 | 11001111 | 1100000 | 111000 |
Color Harmonies of #249BFB
Complementary color
Monochromatic Colors of #249BFB
Black with #249BFB
Text Example
Text Example
White with #249BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BFB; }
p { color: rgb(36,155,251); }
H1.HeaderClassName
{
color: #249BFB;
}
.AnyTagClassName
{
color: #249BFB;
}
</style>
background-color css
<style>
a { background-color: #249BFB; }
a { background-color: rgb(36,155,251); }
div.DivClassName
{
background-color: #249BFB;
}
.BgClassName
{
background-color: #249BFB;
}
</style>
border-color css
<style>
span { border-color: #249BFB; }
span { border-color: rgb(36,155,251); }
td.TdClassName
{
border-color: #249BFB;
}
.TagClassName
{
border-color: #249BFB;
}
</style>