Shades of Dodger Blue #299AF1
Tints of Dodger Blue #299AF1
RGB
CMYK
RGB Variations
Color information
#299AF1 (or 0x299AF1) is known color: Dodger Blue. HEX triplet: 29, 9A and F1. RGB value is (41,154,241). Sum of RGB (Red+Green+Blue) = 41+154+241=436 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.40% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #299AF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299AF1 is #D6650E. Grayscale: #818181. Windows color (decimal): -14050575 or 15833641. OLE color: 15833641.
HSL color Cylindrical-coordinate representation of color #299AF1: hue angle of 206.1º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #299AF1 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 154 | 241 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.05 |
| HSL | 206.1º | 0.88% | 0.55% | - |
| HSV(B) | 206.1º | 0.83% | 0.95% | - |
| XYZ | 28.35 | 29.93 | 87.5 | - |
| YUV | 130.13 | 190.56 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 154 | 241 | 0.83 | 0.36 | 0 | 0.05 | 206.1 | 0.88 | 0.55 |
| Hex | 29 | 9A | F1 | 53 | 24 | 0 | 5 | CE | 58 | 37 |
| Octal | 51 | 232 | 361 | 123 | 44 | 0 | 5 | 316 | 130 | 67 |
| Binary | 101001 | 10011010 | 11110001 | 1010011 | 100100 | 0 | 101 | 11001110 | 1011000 | 110111 |
Color Harmonies of #299AF1
Complementary color
Monochromatic Colors of #299AF1
Black with #299AF1
Text Example
Text Example
White with #299AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299AF1; }
p { color: rgb(41,154,241); }
H1.HeaderClassName
{
color: #299AF1;
}
.AnyTagClassName
{
color: #299AF1;
}
</style>
background-color css
<style>
a { background-color: #299AF1; }
a { background-color: rgb(41,154,241); }
div.DivClassName
{
background-color: #299AF1;
}
.BgClassName
{
background-color: #299AF1;
}
</style>
border-color css
<style>
span { border-color: #299AF1; }
span { border-color: rgb(41,154,241); }
td.TdClassName
{
border-color: #299AF1;
}
.TagClassName
{
border-color: #299AF1;
}
</style>