Shades of Dodger Blue #299EEF
Tints of Dodger Blue #299EEF
RGB
CMYK
RGB Variations
Color information
#299EEF (or 0x299EEF) is known color: Dodger Blue. HEX triplet: 29, 9E and EF. RGB value is (41,158,239). Sum of RGB (Red+Green+Blue) = 41+158+239=438 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.36% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #299EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299EEF is #D66110. Grayscale: #838383. Windows color (decimal): -14049553 or 15703593. OLE color: 15703593.
HSL color Cylindrical-coordinate representation of color #299EEF: hue angle of 204.55º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #299EEF is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 158 | 239 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.06 |
| HSL | 204.55º | 0.86% | 0.55% | - |
| HSV(B) | 204.55º | 0.83% | 0.94% | - |
| XYZ | 28.72 | 31.16 | 86.16 | - |
| YUV | 132.25 | 188.24 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 158 | 239 | 0.83 | 0.34 | 0 | 0.06 | 204.55 | 0.86 | 0.55 |
| Hex | 29 | 9E | EF | 53 | 22 | 0 | 6 | CD | 56 | 37 |
| Octal | 51 | 236 | 357 | 123 | 42 | 0 | 6 | 315 | 126 | 67 |
| Binary | 101001 | 10011110 | 11101111 | 1010011 | 100010 | 0 | 110 | 11001101 | 1010110 | 110111 |
Color Harmonies of #299EEF
Complementary color
Monochromatic Colors of #299EEF
Black with #299EEF
Text Example
Text Example
White with #299EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299EEF; }
p { color: rgb(41,158,239); }
H1.HeaderClassName
{
color: #299EEF;
}
.AnyTagClassName
{
color: #299EEF;
}
</style>
background-color css
<style>
a { background-color: #299EEF; }
a { background-color: rgb(41,158,239); }
div.DivClassName
{
background-color: #299EEF;
}
.BgClassName
{
background-color: #299EEF;
}
</style>
border-color css
<style>
span { border-color: #299EEF; }
span { border-color: rgb(41,158,239); }
td.TdClassName
{
border-color: #299EEF;
}
.TagClassName
{
border-color: #299EEF;
}
</style>