Shades of Dodger Blue #299BF4
Tints of Dodger Blue #299BF4
RGB
CMYK
RGB Variations
Color information
#299BF4 (or 0x299BF4) is known color: Dodger Blue. HEX triplet: 29, 9B and F4. RGB value is (41,155,244). Sum of RGB (Red+Green+Blue) = 41+155+244=440 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.32% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 244 (95.70% from 255 or 55.45% from 440); Max value from RGB is 244 - color contains mainly: blue. Hex color #299BF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299BF4 is #D6640B. Grayscale: #828282. Windows color (decimal): -14050316 or 16030505. OLE color: 16030505.
HSL color Cylindrical-coordinate representation of color #299BF4: hue angle of 206.31º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #299BF4 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 155 | 244 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.04 |
| HSL | 206.31º | 0.9% | 0.56% | - |
| HSV(B) | 206.31º | 0.83% | 0.96% | - |
| XYZ | 28.96 | 30.45 | 89.94 | - |
| YUV | 131.06 | 191.73 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 244 | 0.83 | 0.36 | 0 | 0.04 | 206.31 | 0.9 | 0.56 |
| Hex | 29 | 9B | F4 | 53 | 24 | 0 | 4 | CE | 5A | 38 |
| Octal | 51 | 233 | 364 | 123 | 44 | 0 | 4 | 316 | 132 | 70 |
| Binary | 101001 | 10011011 | 11110100 | 1010011 | 100100 | 0 | 100 | 11001110 | 1011010 | 111000 |
Color Harmonies of #299BF4
Complementary color
Monochromatic Colors of #299BF4
Black with #299BF4
Text Example
Text Example
White with #299BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BF4; }
p { color: rgb(41,155,244); }
H1.HeaderClassName
{
color: #299BF4;
}
.AnyTagClassName
{
color: #299BF4;
}
</style>
background-color css
<style>
a { background-color: #299BF4; }
a { background-color: rgb(41,155,244); }
div.DivClassName
{
background-color: #299BF4;
}
.BgClassName
{
background-color: #299BF4;
}
</style>
border-color css
<style>
span { border-color: #299BF4; }
span { border-color: rgb(41,155,244); }
td.TdClassName
{
border-color: #299BF4;
}
.TagClassName
{
border-color: #299BF4;
}
</style>