Shades of Dodger Blue #2983FF
Tints of Dodger Blue #2983FF
RGB
CMYK
RGB Variations
Color information
#2983FF (or 0x2983FF) is known color: Dodger Blue. HEX triplet: 29, 83 and FF. RGB value is (41,131,255). Sum of RGB (Red+Green+Blue) = 41+131+255=427 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.60% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #2983FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2983FF is #D67C00. Grayscale: #757575. Windows color (decimal): -14056449 or 16745257. OLE color: 16745257.
HSL color Cylindrical-coordinate representation of color #2983FF: hue angle of 214.77º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2983FF is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 131 | 255 | - |
| CMYK | 0.84 | 0.49 | 0 | 0 |
| HSL | 214.77º | 1% | 0.58% | - |
| HSV(B) | 214.77º | 0.84% | 1% | - |
| XYZ | 27.08 | 23.92 | 97.8 | - |
| YUV | 118.23 | 205.18 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 131 | 255 | 0.84 | 0.49 | 0 | 0 | 214.77 | 1 | 0.58 |
| Hex | 29 | 83 | FF | 54 | 31 | 0 | 0 | D7 | 64 | 3A |
| Octal | 51 | 203 | 377 | 124 | 61 | 0 | 0 | 327 | 144 | 72 |
| Binary | 101001 | 10000011 | 11111111 | 1010100 | 110001 | 0 | 0 | 11010111 | 1100100 | 111010 |
Color Harmonies of #2983FF
Complementary color
Monochromatic Colors of #2983FF
Black with #2983FF
Text Example
Text Example
White with #2983FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2983FF; }
p { color: rgb(41,131,255); }
H1.HeaderClassName
{
color: #2983FF;
}
.AnyTagClassName
{
color: #2983FF;
}
</style>
background-color css
<style>
a { background-color: #2983FF; }
a { background-color: rgb(41,131,255); }
div.DivClassName
{
background-color: #2983FF;
}
.BgClassName
{
background-color: #2983FF;
}
</style>
border-color css
<style>
span { border-color: #2983FF; }
span { border-color: rgb(41,131,255); }
td.TdClassName
{
border-color: #2983FF;
}
.TagClassName
{
border-color: #2983FF;
}
</style>