Shades of Dodger Blue #299CFF
Tints of Dodger Blue #299CFF
RGB
CMYK
RGB Variations
Color information
#299CFF (or 0x299CFF) is known color: Dodger Blue. HEX triplet: 29, 9C and FF. RGB value is (41,156,255). Sum of RGB (Red+Green+Blue) = 41+156+255=452 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.07% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #299CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299CFF is #D66300. Grayscale: #848484. Windows color (decimal): -14050049 or 16751657. OLE color: 16751657.
HSL color Cylindrical-coordinate representation of color #299CFF: hue angle of 207.76º 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 #299CFF is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 156 | 255 | - |
| CMYK | 0.84 | 0.39 | 0 | 0 |
| HSL | 207.76º | 1% | 0.58% | - |
| HSV(B) | 207.76º | 0.84% | 1% | - |
| XYZ | 30.85 | 31.47 | 99.06 | - |
| YUV | 132.9 | 196.9 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 255 | 0.84 | 0.39 | 0 | 0 | 207.76 | 1 | 0.58 |
| Hex | 29 | 9C | FF | 54 | 27 | 0 | 0 | D0 | 64 | 3A |
| Octal | 51 | 234 | 377 | 124 | 47 | 0 | 0 | 320 | 144 | 72 |
| Binary | 101001 | 10011100 | 11111111 | 1010100 | 100111 | 0 | 0 | 11010000 | 1100100 | 111010 |
Color Harmonies of #299CFF
Complementary color
Monochromatic Colors of #299CFF
Black with #299CFF
Text Example
Text Example
White with #299CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CFF; }
p { color: rgb(41,156,255); }
H1.HeaderClassName
{
color: #299CFF;
}
.AnyTagClassName
{
color: #299CFF;
}
</style>
background-color css
<style>
a { background-color: #299CFF; }
a { background-color: rgb(41,156,255); }
div.DivClassName
{
background-color: #299CFF;
}
.BgClassName
{
background-color: #299CFF;
}
</style>
border-color css
<style>
span { border-color: #299CFF; }
span { border-color: rgb(41,156,255); }
td.TdClassName
{
border-color: #299CFF;
}
.TagClassName
{
border-color: #299CFF;
}
</style>