Shades of Dodger Blue #2972FE
Tints of Dodger Blue #2972FE
RGB
CMYK
RGB Variations
Color information
#2972FE (or 0x2972FE) is known color: Dodger Blue. HEX triplet: 29, 72 and FE. RGB value is (41,114,254). Sum of RGB (Red+Green+Blue) = 41+114+254=409 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.02% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #2972FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2972FE is #D68D01. Grayscale: #6B6B6B. Windows color (decimal): -14060802 or 16675369. OLE color: 16675369.
HSL color Cylindrical-coordinate representation of color #2972FE: hue angle of 219.44º 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 #2972FE is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 114 | 254 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.00 |
| HSL | 219.44º | 0.99% | 0.58% | - |
| HSV(B) | 219.44º | 0.84% | 1% | - |
| XYZ | 24.82 | 19.66 | 96.25 | - |
| YUV | 108.13 | 210.32 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 114 | 254 | 0.84 | 0.55 | 0 | 0.00 | 219.44 | 0.99 | 0.58 |
| Hex | 29 | 72 | FE | 54 | 37 | 0 | 0 | DB | 63 | 3A |
| Octal | 51 | 162 | 376 | 124 | 67 | 0 | 0 | 333 | 143 | 72 |
| Binary | 101001 | 1110010 | 11111110 | 1010100 | 110111 | 0 | 0 | 11011011 | 1100011 | 111010 |
Color Harmonies of #2972FE
Complementary color
Monochromatic Colors of #2972FE
Black with #2972FE
Text Example
Text Example
White with #2972FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2972FE; }
p { color: rgb(41,114,254); }
H1.HeaderClassName
{
color: #2972FE;
}
.AnyTagClassName
{
color: #2972FE;
}
</style>
background-color css
<style>
a { background-color: #2972FE; }
a { background-color: rgb(41,114,254); }
div.DivClassName
{
background-color: #2972FE;
}
.BgClassName
{
background-color: #2972FE;
}
</style>
border-color css
<style>
span { border-color: #2972FE; }
span { border-color: rgb(41,114,254); }
td.TdClassName
{
border-color: #2972FE;
}
.TagClassName
{
border-color: #2972FE;
}
</style>