Shades of Dodger Blue #2970FE
Tints of Dodger Blue #2970FE
RGB
CMYK
RGB Variations
Color information
#2970FE (or 0x2970FE) is known color: Dodger Blue. HEX triplet: 29, 70 and FE. RGB value is (41,112,254). Sum of RGB (Red+Green+Blue) = 41+112+254=407 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.07% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #2970FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2970FE is #D68F01. Grayscale: #6A6A6A. Windows color (decimal): -14061314 or 16674857. OLE color: 16674857.
HSL color Cylindrical-coordinate representation of color #2970FE: hue angle of 220º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2970FE is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 112 | 254 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.00 |
| HSL | 220º | 0.99% | 0.58% | - |
| HSV(B) | 220º | 0.84% | 1% | - |
| XYZ | 24.6 | 19.22 | 96.18 | - |
| YUV | 106.96 | 210.98 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 112 | 254 | 0.84 | 0.56 | 0 | 0.00 | 220 | 0.99 | 0.58 |
| Hex | 29 | 70 | FE | 54 | 38 | 0 | 0 | DC | 63 | 3A |
| Octal | 51 | 160 | 376 | 124 | 70 | 0 | 0 | 334 | 143 | 72 |
| Binary | 101001 | 1110000 | 11111110 | 1010100 | 111000 | 0 | 0 | 11011100 | 1100011 | 111010 |
Color Harmonies of #2970FE
Complementary color
Monochromatic Colors of #2970FE
Black with #2970FE
Text Example
Text Example
White with #2970FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2970FE; }
p { color: rgb(41,112,254); }
H1.HeaderClassName
{
color: #2970FE;
}
.AnyTagClassName
{
color: #2970FE;
}
</style>
background-color css
<style>
a { background-color: #2970FE; }
a { background-color: rgb(41,112,254); }
div.DivClassName
{
background-color: #2970FE;
}
.BgClassName
{
background-color: #2970FE;
}
</style>
border-color css
<style>
span { border-color: #2970FE; }
span { border-color: rgb(41,112,254); }
td.TdClassName
{
border-color: #2970FE;
}
.TagClassName
{
border-color: #2970FE;
}
</style>