Shades of Dodger Blue #249BF1
Tints of Dodger Blue #249BF1
RGB
CMYK
RGB Variations
Color information
#249BF1 (or 0x249BF1) is known color: Dodger Blue. HEX triplet: 24, 9B and F1. RGB value is (36,155,241). Sum of RGB (Red+Green+Blue) = 36+155+241=432 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.33% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #249BF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249BF1 is #DB640E. Grayscale: #808080. Windows color (decimal): -14377999 or 15833892. OLE color: 15833892.
HSL color Cylindrical-coordinate representation of color #249BF1: hue angle of 205.17º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #249BF1 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 155 | 241 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.05 |
| HSL | 205.17º | 0.88% | 0.54% | - |
| HSV(B) | 205.17º | 0.85% | 0.95% | - |
| XYZ | 28.33 | 30.17 | 87.55 | - |
| YUV | 129.22 | 191.08 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 241 | 0.85 | 0.36 | 0 | 0.05 | 205.17 | 0.88 | 0.54 |
| Hex | 24 | 9B | F1 | 55 | 24 | 0 | 5 | CD | 58 | 36 |
| Octal | 44 | 233 | 361 | 125 | 44 | 0 | 5 | 315 | 130 | 66 |
| Binary | 100100 | 10011011 | 11110001 | 1010101 | 100100 | 0 | 101 | 11001101 | 1011000 | 110110 |
Color Harmonies of #249BF1
Complementary color
Monochromatic Colors of #249BF1
Black with #249BF1
Text Example
Text Example
White with #249BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BF1; }
p { color: rgb(36,155,241); }
H1.HeaderClassName
{
color: #249BF1;
}
.AnyTagClassName
{
color: #249BF1;
}
</style>
background-color css
<style>
a { background-color: #249BF1; }
a { background-color: rgb(36,155,241); }
div.DivClassName
{
background-color: #249BF1;
}
.BgClassName
{
background-color: #249BF1;
}
</style>
border-color css
<style>
span { border-color: #249BF1; }
span { border-color: rgb(36,155,241); }
td.TdClassName
{
border-color: #249BF1;
}
.TagClassName
{
border-color: #249BF1;
}
</style>