Shades of Dodger Blue #299CEB
Tints of Dodger Blue #299CEB
RGB
CMYK
RGB Variations
Color information
#299CEB (or 0x299CEB) is known color: Dodger Blue. HEX triplet: 29, 9C and EB. RGB value is (41,156,235). Sum of RGB (Red+Green+Blue) = 41+156+235=432 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.49% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #299CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299CEB is #D66314. Grayscale: #828282. Windows color (decimal): -14050069 or 15440937. OLE color: 15440937.
HSL color Cylindrical-coordinate representation of color #299CEB: hue angle of 204.43º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #299CEB is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 156 | 235 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.08 |
| HSL | 204.43º | 0.83% | 0.54% | - |
| HSV(B) | 204.43º | 0.83% | 0.92% | - |
| XYZ | 27.8 | 30.25 | 82.97 | - |
| YUV | 130.62 | 186.9 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 235 | 0.83 | 0.34 | 0 | 0.08 | 204.43 | 0.83 | 0.54 |
| Hex | 29 | 9C | EB | 53 | 22 | 0 | 8 | CC | 53 | 36 |
| Octal | 51 | 234 | 353 | 123 | 42 | 0 | 10 | 314 | 123 | 66 |
| Binary | 101001 | 10011100 | 11101011 | 1010011 | 100010 | 0 | 1000 | 11001100 | 1010011 | 110110 |
Color Harmonies of #299CEB
Complementary color
Monochromatic Colors of #299CEB
Black with #299CEB
Text Example
Text Example
White with #299CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CEB; }
p { color: rgb(41,156,235); }
H1.HeaderClassName
{
color: #299CEB;
}
.AnyTagClassName
{
color: #299CEB;
}
</style>
background-color css
<style>
a { background-color: #299CEB; }
a { background-color: rgb(41,156,235); }
div.DivClassName
{
background-color: #299CEB;
}
.BgClassName
{
background-color: #299CEB;
}
</style>
border-color css
<style>
span { border-color: #299CEB; }
span { border-color: rgb(41,156,235); }
td.TdClassName
{
border-color: #299CEB;
}
.TagClassName
{
border-color: #299CEB;
}
</style>