Shades of Dodger Blue #299BFD
Tints of Dodger Blue #299BFD
RGB
CMYK
RGB Variations
Color information
#299BFD (or 0x299BFD) is known color: Dodger Blue. HEX triplet: 29, 9B and FD. RGB value is (41,155,253). Sum of RGB (Red+Green+Blue) = 41+155+253=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #299BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299BFD is #D66402. Grayscale: #838383. Windows color (decimal): -14050307 or 16620329. OLE color: 16620329.
HSL color Cylindrical-coordinate representation of color #299BFD: hue angle of 207.74º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #299BFD is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 155 | 253 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.01 |
| HSL | 207.74º | 0.98% | 0.58% | - |
| HSV(B) | 207.74º | 0.84% | 0.99% | - |
| XYZ | 30.37 | 31.01 | 97.31 | - |
| YUV | 132.09 | 196.23 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 253 | 0.84 | 0.39 | 0 | 0.01 | 207.74 | 0.98 | 0.58 |
| Hex | 29 | 9B | FD | 54 | 27 | 0 | 1 | D0 | 62 | 3A |
| Octal | 51 | 233 | 375 | 124 | 47 | 0 | 1 | 320 | 142 | 72 |
| Binary | 101001 | 10011011 | 11111101 | 1010100 | 100111 | 0 | 1 | 11010000 | 1100010 | 111010 |
Color Harmonies of #299BFD
Complementary color
Monochromatic Colors of #299BFD
Black with #299BFD
Text Example
Text Example
White with #299BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BFD; }
p { color: rgb(41,155,253); }
H1.HeaderClassName
{
color: #299BFD;
}
.AnyTagClassName
{
color: #299BFD;
}
</style>
background-color css
<style>
a { background-color: #299BFD; }
a { background-color: rgb(41,155,253); }
div.DivClassName
{
background-color: #299BFD;
}
.BgClassName
{
background-color: #299BFD;
}
</style>
border-color css
<style>
span { border-color: #299BFD; }
span { border-color: rgb(41,155,253); }
td.TdClassName
{
border-color: #299BFD;
}
.TagClassName
{
border-color: #299BFD;
}
</style>