Shades of Dodger Blue #249BFA
Tints of Dodger Blue #249BFA
RGB
CMYK
RGB Variations
Color information
#249BFA (or 0x249BFA) is known color: Dodger Blue. HEX triplet: 24, 9B and FA. RGB value is (36,155,250). Sum of RGB (Red+Green+Blue) = 36+155+250=441 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.16% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #249BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249BFA is #DB6405. Grayscale: #818181. Windows color (decimal): -14377990 or 16423716. OLE color: 16423716.
HSL color Cylindrical-coordinate representation of color #249BFA: hue angle of 206.64º 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 #249BFA is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 155 | 250 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.02 |
| HSL | 206.64º | 0.96% | 0.56% | - |
| HSV(B) | 206.64º | 0.86% | 0.98% | - |
| XYZ | 29.7 | 30.72 | 94.81 | - |
| YUV | 130.25 | 195.58 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 250 | 0.86 | 0.38 | 0 | 0.02 | 206.64 | 0.96 | 0.56 |
| Hex | 24 | 9B | FA | 56 | 26 | 0 | 2 | CF | 60 | 38 |
| Octal | 44 | 233 | 372 | 126 | 46 | 0 | 2 | 317 | 140 | 70 |
| Binary | 100100 | 10011011 | 11111010 | 1010110 | 100110 | 0 | 10 | 11001111 | 1100000 | 111000 |
Color Harmonies of #249BFA
Complementary color
Monochromatic Colors of #249BFA
Black with #249BFA
Text Example
Text Example
White with #249BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249BFA; }
p { color: rgb(36,155,250); }
H1.HeaderClassName
{
color: #249BFA;
}
.AnyTagClassName
{
color: #249BFA;
}
</style>
background-color css
<style>
a { background-color: #249BFA; }
a { background-color: rgb(36,155,250); }
div.DivClassName
{
background-color: #249BFA;
}
.BgClassName
{
background-color: #249BFA;
}
</style>
border-color css
<style>
span { border-color: #249BFA; }
span { border-color: rgb(36,155,250); }
td.TdClassName
{
border-color: #249BFA;
}
.TagClassName
{
border-color: #249BFA;
}
</style>