Shades of Dodger Blue #249FFB
Tints of Dodger Blue #249FFB
RGB
CMYK
RGB Variations
Color information
#249FFB (or 0x249FFB) is known color: Dodger Blue. HEX triplet: 24, 9F and FB. RGB value is (36,159,251). Sum of RGB (Red+Green+Blue) = 36+159+251=446 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.07% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #249FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249FFB is #DB6004. Grayscale: #848484. Windows color (decimal): -14376965 or 16490276. OLE color: 16490276.
HSL color Cylindrical-coordinate representation of color #249FFB: hue angle of 205.67º 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 #249FFB is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 159 | 251 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.02 |
| HSL | 205.67º | 0.96% | 0.56% | - |
| HSV(B) | 205.67º | 0.86% | 0.98% | - |
| XYZ | 30.54 | 32.14 | 95.86 | - |
| YUV | 132.71 | 194.75 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 251 | 0.86 | 0.37 | 0 | 0.02 | 205.67 | 0.96 | 0.56 |
| Hex | 24 | 9F | FB | 56 | 25 | 0 | 2 | CE | 60 | 38 |
| Octal | 44 | 237 | 373 | 126 | 45 | 0 | 2 | 316 | 140 | 70 |
| Binary | 100100 | 10011111 | 11111011 | 1010110 | 100101 | 0 | 10 | 11001110 | 1100000 | 111000 |
Color Harmonies of #249FFB
Complementary color
Monochromatic Colors of #249FFB
Black with #249FFB
Text Example
Text Example
White with #249FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249FFB; }
p { color: rgb(36,159,251); }
H1.HeaderClassName
{
color: #249FFB;
}
.AnyTagClassName
{
color: #249FFB;
}
</style>
background-color css
<style>
a { background-color: #249FFB; }
a { background-color: rgb(36,159,251); }
div.DivClassName
{
background-color: #249FFB;
}
.BgClassName
{
background-color: #249FFB;
}
</style>
border-color css
<style>
span { border-color: #249FFB; }
span { border-color: rgb(36,159,251); }
td.TdClassName
{
border-color: #249FFB;
}
.TagClassName
{
border-color: #249FFB;
}
</style>