Shades of Dodger Blue #299CF7
Tints of Dodger Blue #299CF7
RGB
CMYK
RGB Variations
Color information
#299CF7 (or 0x299CF7) is known color: Dodger Blue. HEX triplet: 29, 9C and F7. RGB value is (41,156,247). Sum of RGB (Red+Green+Blue) = 41+156+247=444 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.23% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #299CF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299CF7 is #D66308. Grayscale: #838383. Windows color (decimal): -14050057 or 16227369. OLE color: 16227369.
HSL color Cylindrical-coordinate representation of color #299CF7: hue angle of 206.5º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #299CF7 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 156 | 247 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.03 |
| HSL | 206.5º | 0.93% | 0.56% | - |
| HSV(B) | 206.5º | 0.83% | 0.97% | - |
| XYZ | 29.59 | 30.96 | 92.41 | - |
| YUV | 131.99 | 192.9 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 247 | 0.83 | 0.37 | 0 | 0.03 | 206.5 | 0.93 | 0.56 |
| Hex | 29 | 9C | F7 | 53 | 25 | 0 | 3 | CF | 5D | 38 |
| Octal | 51 | 234 | 367 | 123 | 45 | 0 | 3 | 317 | 135 | 70 |
| Binary | 101001 | 10011100 | 11110111 | 1010011 | 100101 | 0 | 11 | 11001111 | 1011101 | 111000 |
Color Harmonies of #299CF7
Complementary color
Monochromatic Colors of #299CF7
Black with #299CF7
Text Example
Text Example
White with #299CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CF7; }
p { color: rgb(41,156,247); }
H1.HeaderClassName
{
color: #299CF7;
}
.AnyTagClassName
{
color: #299CF7;
}
</style>
background-color css
<style>
a { background-color: #299CF7; }
a { background-color: rgb(41,156,247); }
div.DivClassName
{
background-color: #299CF7;
}
.BgClassName
{
background-color: #299CF7;
}
</style>
border-color css
<style>
span { border-color: #299CF7; }
span { border-color: rgb(41,156,247); }
td.TdClassName
{
border-color: #299CF7;
}
.TagClassName
{
border-color: #299CF7;
}
</style>