Shades of Dodger Blue #2988FA
Tints of Dodger Blue #2988FA
RGB
CMYK
RGB Variations
Color information
#2988FA (or 0x2988FA) is known color: Dodger Blue. HEX triplet: 29, 88 and FA. RGB value is (41,136,250). Sum of RGB (Red+Green+Blue) = 41+136+250=427 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.60% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #2988FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2988FA is #D67705. Grayscale: #787878. Windows color (decimal): -14055174 or 16418857. OLE color: 16418857.
HSL color Cylindrical-coordinate representation of color #2988FA: hue angle of 212.73º 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 #2988FA is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 136 | 250 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.02 |
| HSL | 212.73º | 0.95% | 0.57% | - |
| HSV(B) | 212.73º | 0.84% | 0.98% | - |
| XYZ | 26.97 | 24.98 | 93.84 | - |
| YUV | 120.59 | 201.03 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 136 | 250 | 0.84 | 0.46 | 0 | 0.02 | 212.73 | 0.95 | 0.57 |
| Hex | 29 | 88 | FA | 54 | 2E | 0 | 2 | D5 | 5F | 39 |
| Octal | 51 | 210 | 372 | 124 | 56 | 0 | 2 | 325 | 137 | 71 |
| Binary | 101001 | 10001000 | 11111010 | 1010100 | 101110 | 0 | 10 | 11010101 | 1011111 | 111001 |
Color Harmonies of #2988FA
Complementary color
Monochromatic Colors of #2988FA
Black with #2988FA
Text Example
Text Example
White with #2988FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2988FA; }
p { color: rgb(41,136,250); }
H1.HeaderClassName
{
color: #2988FA;
}
.AnyTagClassName
{
color: #2988FA;
}
</style>
background-color css
<style>
a { background-color: #2988FA; }
a { background-color: rgb(41,136,250); }
div.DivClassName
{
background-color: #2988FA;
}
.BgClassName
{
background-color: #2988FA;
}
</style>
border-color css
<style>
span { border-color: #2988FA; }
span { border-color: rgb(41,136,250); }
td.TdClassName
{
border-color: #2988FA;
}
.TagClassName
{
border-color: #2988FA;
}
</style>