Shades of Dodger Blue #299BEE
Tints of Dodger Blue #299BEE
RGB
CMYK
RGB Variations
Color information
#299BEE (or 0x299BEE) is known color: Dodger Blue. HEX triplet: 29, 9B and EE. RGB value is (41,155,238). Sum of RGB (Red+Green+Blue) = 41+155+238=434 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.45% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #299BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299BEE is #D66411. Grayscale: #818181. Windows color (decimal): -14050322 or 15637289. OLE color: 15637289.
HSL color Cylindrical-coordinate representation of color #299BEE: hue angle of 205.28º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #299BEE is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 155 | 238 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.07 |
| HSL | 205.28º | 0.85% | 0.55% | - |
| HSV(B) | 205.28º | 0.83% | 0.93% | - |
| XYZ | 28.07 | 30.09 | 85.22 | - |
| YUV | 130.38 | 188.73 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 238 | 0.83 | 0.35 | 0 | 0.07 | 205.28 | 0.85 | 0.55 |
| Hex | 29 | 9B | EE | 53 | 23 | 0 | 7 | CD | 55 | 37 |
| Octal | 51 | 233 | 356 | 123 | 43 | 0 | 7 | 315 | 125 | 67 |
| Binary | 101001 | 10011011 | 11101110 | 1010011 | 100011 | 0 | 111 | 11001101 | 1010101 | 110111 |
Color Harmonies of #299BEE
Complementary color
Monochromatic Colors of #299BEE
Black with #299BEE
Text Example
Text Example
White with #299BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BEE; }
p { color: rgb(41,155,238); }
H1.HeaderClassName
{
color: #299BEE;
}
.AnyTagClassName
{
color: #299BEE;
}
</style>
background-color css
<style>
a { background-color: #299BEE; }
a { background-color: rgb(41,155,238); }
div.DivClassName
{
background-color: #299BEE;
}
.BgClassName
{
background-color: #299BEE;
}
</style>
border-color css
<style>
span { border-color: #299BEE; }
span { border-color: rgb(41,155,238); }
td.TdClassName
{
border-color: #299BEE;
}
.TagClassName
{
border-color: #299BEE;
}
</style>