Shades of Dodger Blue #299EFF
Tints of Dodger Blue #299EFF
RGB
CMYK
RGB Variations
Color information
#299EFF (or 0x299EFF) is known color: Dodger Blue. HEX triplet: 29, 9E and FF. RGB value is (41,158,255). Sum of RGB (Red+Green+Blue) = 41+158+255=454 (60% of max value = 765). Red value is 41 (16.41% from 255 or 9.03% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #299EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299EFF is #D66100. Grayscale: #858585. Windows color (decimal): -14049537 or 16752169. OLE color: 16752169.
HSL color Cylindrical-coordinate representation of color #299EFF: hue angle of 207.2º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #299EFF is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 158 | 255 | - |
| CMYK | 0.84 | 0.38 | 0 | 0 |
| HSL | 207.2º | 1% | 0.58% | - |
| HSV(B) | 207.2º | 0.84% | 1% | - |
| XYZ | 31.19 | 32.15 | 99.17 | - |
| YUV | 134.08 | 196.24 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 158 | 255 | 0.84 | 0.38 | 0 | 0 | 207.2 | 1 | 0.58 |
| Hex | 29 | 9E | FF | 54 | 26 | 0 | 0 | CF | 64 | 3A |
| Octal | 51 | 236 | 377 | 124 | 46 | 0 | 0 | 317 | 144 | 72 |
| Binary | 101001 | 10011110 | 11111111 | 1010100 | 100110 | 0 | 0 | 11001111 | 1100100 | 111010 |
Color Harmonies of #299EFF
Complementary color
Monochromatic Colors of #299EFF
Black with #299EFF
Text Example
Text Example
White with #299EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299EFF; }
p { color: rgb(41,158,255); }
H1.HeaderClassName
{
color: #299EFF;
}
.AnyTagClassName
{
color: #299EFF;
}
</style>
background-color css
<style>
a { background-color: #299EFF; }
a { background-color: rgb(41,158,255); }
div.DivClassName
{
background-color: #299EFF;
}
.BgClassName
{
background-color: #299EFF;
}
</style>
border-color css
<style>
span { border-color: #299EFF; }
span { border-color: rgb(41,158,255); }
td.TdClassName
{
border-color: #299EFF;
}
.TagClassName
{
border-color: #299EFF;
}
</style>