Shades of Dodger Blue #299BFA
Tints of Dodger Blue #299BFA
RGB
CMYK
RGB Variations
Color information
#299BFA (or 0x299BFA) is known color: Dodger Blue. HEX triplet: 29, 9B and FA. RGB value is (41,155,250). Sum of RGB (Red+Green+Blue) = 41+155+250=446 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.19% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #299BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299BFA is #D66405. Grayscale: #838383. Windows color (decimal): -14050310 or 16423721. OLE color: 16423721.
HSL color Cylindrical-coordinate representation of color #299BFA: hue angle of 207.27º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #299BFA is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 155 | 250 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.02 |
| HSL | 207.27º | 0.95% | 0.57% | - |
| HSV(B) | 207.27º | 0.84% | 0.98% | - |
| XYZ | 29.89 | 30.82 | 94.82 | - |
| YUV | 131.74 | 194.73 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 250 | 0.84 | 0.38 | 0 | 0.02 | 207.27 | 0.95 | 0.57 |
| Hex | 29 | 9B | FA | 54 | 26 | 0 | 2 | CF | 5F | 39 |
| Octal | 51 | 233 | 372 | 124 | 46 | 0 | 2 | 317 | 137 | 71 |
| Binary | 101001 | 10011011 | 11111010 | 1010100 | 100110 | 0 | 10 | 11001111 | 1011111 | 111001 |
Color Harmonies of #299BFA
Complementary color
Monochromatic Colors of #299BFA
Black with #299BFA
Text Example
Text Example
White with #299BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BFA; }
p { color: rgb(41,155,250); }
H1.HeaderClassName
{
color: #299BFA;
}
.AnyTagClassName
{
color: #299BFA;
}
</style>
background-color css
<style>
a { background-color: #299BFA; }
a { background-color: rgb(41,155,250); }
div.DivClassName
{
background-color: #299BFA;
}
.BgClassName
{
background-color: #299BFA;
}
</style>
border-color css
<style>
span { border-color: #299BFA; }
span { border-color: rgb(41,155,250); }
td.TdClassName
{
border-color: #299BFA;
}
.TagClassName
{
border-color: #299BFA;
}
</style>