Shades of Dodger Blue #299BFF
Tints of Dodger Blue #299BFF
RGB
CMYK
RGB Variations
Color information
#299BFF (or 0x299BFF) is known color: Dodger Blue. HEX triplet: 29, 9B and FF. RGB value is (41,155,255). Sum of RGB (Red+Green+Blue) = 41+155+255=451 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.09% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #299BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299BFF is #D66400. Grayscale: #838383. Windows color (decimal): -14050305 or 16751401. OLE color: 16751401.
HSL color Cylindrical-coordinate representation of color #299BFF: hue angle of 208.04º 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 #299BFF is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 155 | 255 | - |
| CMYK | 0.84 | 0.39 | 0 | 0 |
| HSL | 208.04º | 1% | 0.58% | - |
| HSV(B) | 208.04º | 0.84% | 1% | - |
| XYZ | 30.69 | 31.13 | 99 | - |
| YUV | 132.31 | 197.23 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 255 | 0.84 | 0.39 | 0 | 0 | 208.04 | 1 | 0.58 |
| Hex | 29 | 9B | FF | 54 | 27 | 0 | 0 | D0 | 64 | 3A |
| Octal | 51 | 233 | 377 | 124 | 47 | 0 | 0 | 320 | 144 | 72 |
| Binary | 101001 | 10011011 | 11111111 | 1010100 | 100111 | 0 | 0 | 11010000 | 1100100 | 111010 |
Color Harmonies of #299BFF
Complementary color
Monochromatic Colors of #299BFF
Black with #299BFF
Text Example
Text Example
White with #299BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BFF; }
p { color: rgb(41,155,255); }
H1.HeaderClassName
{
color: #299BFF;
}
.AnyTagClassName
{
color: #299BFF;
}
</style>
background-color css
<style>
a { background-color: #299BFF; }
a { background-color: rgb(41,155,255); }
div.DivClassName
{
background-color: #299BFF;
}
.BgClassName
{
background-color: #299BFF;
}
</style>
border-color css
<style>
span { border-color: #299BFF; }
span { border-color: rgb(41,155,255); }
td.TdClassName
{
border-color: #299BFF;
}
.TagClassName
{
border-color: #299BFF;
}
</style>