Shades of Dodger Blue #299BF7
Tints of Dodger Blue #299BF7
RGB
CMYK
RGB Variations
Color information
#299BF7 (or 0x299BF7) is known color: Dodger Blue. HEX triplet: 29, 9B and F7. RGB value is (41,155,247). Sum of RGB (Red+Green+Blue) = 41+155+247=443 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.26% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 247 (96.88% from 255 or 55.76% from 443); Max value from RGB is 247 - color contains mainly: blue. Hex color #299BF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299BF7 is #D66408. Grayscale: #828282. Windows color (decimal): -14050313 or 16227113. OLE color: 16227113.
HSL color Cylindrical-coordinate representation of color #299BF7: hue angle of 206.8º 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 #299BF7 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 155 | 247 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.03 |
| HSL | 206.8º | 0.93% | 0.56% | - |
| HSV(B) | 206.8º | 0.83% | 0.97% | - |
| XYZ | 29.42 | 30.63 | 92.36 | - |
| YUV | 131.4 | 193.23 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 247 | 0.83 | 0.37 | 0 | 0.03 | 206.8 | 0.93 | 0.56 |
| Hex | 29 | 9B | F7 | 53 | 25 | 0 | 3 | CF | 5D | 38 |
| Octal | 51 | 233 | 367 | 123 | 45 | 0 | 3 | 317 | 135 | 70 |
| Binary | 101001 | 10011011 | 11110111 | 1010011 | 100101 | 0 | 11 | 11001111 | 1011101 | 111000 |
Color Harmonies of #299BF7
Complementary color
Monochromatic Colors of #299BF7
Black with #299BF7
Text Example
Text Example
White with #299BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BF7; }
p { color: rgb(41,155,247); }
H1.HeaderClassName
{
color: #299BF7;
}
.AnyTagClassName
{
color: #299BF7;
}
</style>
background-color css
<style>
a { background-color: #299BF7; }
a { background-color: rgb(41,155,247); }
div.DivClassName
{
background-color: #299BF7;
}
.BgClassName
{
background-color: #299BF7;
}
</style>
border-color css
<style>
span { border-color: #299BF7; }
span { border-color: rgb(41,155,247); }
td.TdClassName
{
border-color: #299BF7;
}
.TagClassName
{
border-color: #299BF7;
}
</style>