Shades of Dodger Blue #299EFB
Tints of Dodger Blue #299EFB
RGB
CMYK
RGB Variations
Color information
#299EFB (or 0x299EFB) is known color: Dodger Blue. HEX triplet: 29, 9E and FB. RGB value is (41,158,251). Sum of RGB (Red+Green+Blue) = 41+158+251=450 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.11% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #299EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299EFB is #D66104. Grayscale: #858585. Windows color (decimal): -14049541 or 16490025. OLE color: 16490025.
HSL color Cylindrical-coordinate representation of color #299EFB: hue angle of 206.57º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #299EFB is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 158 | 251 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.02 |
| HSL | 206.57º | 0.96% | 0.57% | - |
| HSV(B) | 206.57º | 0.84% | 0.98% | - |
| XYZ | 30.55 | 31.89 | 95.81 | - |
| YUV | 133.62 | 194.24 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 158 | 251 | 0.84 | 0.37 | 0 | 0.02 | 206.57 | 0.96 | 0.57 |
| Hex | 29 | 9E | FB | 54 | 25 | 0 | 2 | CF | 60 | 39 |
| Octal | 51 | 236 | 373 | 124 | 45 | 0 | 2 | 317 | 140 | 71 |
| Binary | 101001 | 10011110 | 11111011 | 1010100 | 100101 | 0 | 10 | 11001111 | 1100000 | 111001 |
Color Harmonies of #299EFB
Complementary color
Monochromatic Colors of #299EFB
Black with #299EFB
Text Example
Text Example
White with #299EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299EFB; }
p { color: rgb(41,158,251); }
H1.HeaderClassName
{
color: #299EFB;
}
.AnyTagClassName
{
color: #299EFB;
}
</style>
background-color css
<style>
a { background-color: #299EFB; }
a { background-color: rgb(41,158,251); }
div.DivClassName
{
background-color: #299EFB;
}
.BgClassName
{
background-color: #299EFB;
}
</style>
border-color css
<style>
span { border-color: #299EFB; }
span { border-color: rgb(41,158,251); }
td.TdClassName
{
border-color: #299EFB;
}
.TagClassName
{
border-color: #299EFB;
}
</style>