Shades of Dodger Blue #2986F8
Tints of Dodger Blue #2986F8
RGB
CMYK
RGB Variations
Color information
#2986F8 (or 0x2986F8) is known color: Dodger Blue. HEX triplet: 29, 86 and F8. RGB value is (41,134,248). Sum of RGB (Red+Green+Blue) = 41+134+248=423 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.69% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 248 (97.27% from 255 or 58.63% from 423); Max value from RGB is 248 - color contains mainly: blue. Hex color #2986F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2986F8 is #D67907. Grayscale: #767676. Windows color (decimal): -14055688 or 16287273. OLE color: 16287273.
HSL color Cylindrical-coordinate representation of color #2986F8: hue angle of 213.04º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2986F8 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 134 | 248 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.03 |
| HSL | 213.04º | 0.94% | 0.57% | - |
| HSV(B) | 213.04º | 0.83% | 0.97% | - |
| XYZ | 26.38 | 24.3 | 92.11 | - |
| YUV | 119.19 | 200.69 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 134 | 248 | 0.83 | 0.46 | 0 | 0.03 | 213.04 | 0.94 | 0.57 |
| Hex | 29 | 86 | F8 | 53 | 2E | 0 | 3 | D5 | 5E | 39 |
| Octal | 51 | 206 | 370 | 123 | 56 | 0 | 3 | 325 | 136 | 71 |
| Binary | 101001 | 10000110 | 11111000 | 1010011 | 101110 | 0 | 11 | 11010101 | 1011110 | 111001 |
Color Harmonies of #2986F8
Complementary color
Monochromatic Colors of #2986F8
Black with #2986F8
Text Example
Text Example
White with #2986F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2986F8; }
p { color: rgb(41,134,248); }
H1.HeaderClassName
{
color: #2986F8;
}
.AnyTagClassName
{
color: #2986F8;
}
</style>
background-color css
<style>
a { background-color: #2986F8; }
a { background-color: rgb(41,134,248); }
div.DivClassName
{
background-color: #2986F8;
}
.BgClassName
{
background-color: #2986F8;
}
</style>
border-color css
<style>
span { border-color: #2986F8; }
span { border-color: rgb(41,134,248); }
td.TdClassName
{
border-color: #2986F8;
}
.TagClassName
{
border-color: #2986F8;
}
</style>