Shades of Dodger Blue #299BFE
Tints of Dodger Blue #299BFE
RGB
CMYK
RGB Variations
Color information
#299BFE (or 0x299BFE) is known color: Dodger Blue. HEX triplet: 29, 9B and FE. RGB value is (41,155,254). Sum of RGB (Red+Green+Blue) = 41+155+254=450 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.11% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #299BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299BFE is #D66401. Grayscale: #838383. Windows color (decimal): -14050306 or 16685865. OLE color: 16685865.
HSL color Cylindrical-coordinate representation of color #299BFE: hue angle of 207.89º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #299BFE is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 155 | 254 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.00 |
| HSL | 207.89º | 0.99% | 0.58% | - |
| HSV(B) | 207.89º | 0.84% | 1% | - |
| XYZ | 30.53 | 31.07 | 98.15 | - |
| YUV | 132.2 | 196.73 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 254 | 0.84 | 0.39 | 0 | 0.00 | 207.89 | 0.99 | 0.58 |
| Hex | 29 | 9B | FE | 54 | 27 | 0 | 0 | D0 | 63 | 3A |
| Octal | 51 | 233 | 376 | 124 | 47 | 0 | 0 | 320 | 143 | 72 |
| Binary | 101001 | 10011011 | 11111110 | 1010100 | 100111 | 0 | 0 | 11010000 | 1100011 | 111010 |
Color Harmonies of #299BFE
Complementary color
Monochromatic Colors of #299BFE
Black with #299BFE
Text Example
Text Example
White with #299BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BFE; }
p { color: rgb(41,155,254); }
H1.HeaderClassName
{
color: #299BFE;
}
.AnyTagClassName
{
color: #299BFE;
}
</style>
background-color css
<style>
a { background-color: #299BFE; }
a { background-color: rgb(41,155,254); }
div.DivClassName
{
background-color: #299BFE;
}
.BgClassName
{
background-color: #299BFE;
}
</style>
border-color css
<style>
span { border-color: #299BFE; }
span { border-color: rgb(41,155,254); }
td.TdClassName
{
border-color: #299BFE;
}
.TagClassName
{
border-color: #299BFE;
}
</style>