Shades of Dodger Blue #2A72FF
Tints of Dodger Blue #2A72FF
RGB
CMYK
RGB Variations
Color information
#2A72FF (or 0x2A72FF) is known color: Dodger Blue. HEX triplet: 2A, 72 and FF. RGB value is (42,114,255). Sum of RGB (Red+Green+Blue) = 42+114+255=411 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.22% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A72FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A72FF is #D58D00. Grayscale: #6B6B6B. Windows color (decimal): -13995265 or 16740906. OLE color: 16740906.
HSL color Cylindrical-coordinate representation of color #2A72FF: hue angle of 219.72º 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 #2A72FF is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 114 | 255 | - |
| CMYK | 0.84 | 0.55 | 0 | 0 |
| HSL | 219.72º | 1% | 0.58% | - |
| HSV(B) | 219.72º | 0.84% | 1% | - |
| XYZ | 25.02 | 19.75 | 97.1 | - |
| YUV | 108.55 | 210.65 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 255 | 0.84 | 0.55 | 0 | 0 | 219.72 | 1 | 0.58 |
| Hex | 2A | 72 | FF | 54 | 37 | 0 | 0 | DC | 64 | 3A |
| Octal | 52 | 162 | 377 | 124 | 67 | 0 | 0 | 334 | 144 | 72 |
| Binary | 101010 | 1110010 | 11111111 | 1010100 | 110111 | 0 | 0 | 11011100 | 1100100 | 111010 |
Color Harmonies of #2A72FF
Complementary color
Monochromatic Colors of #2A72FF
Black with #2A72FF
Text Example
Text Example
White with #2A72FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A72FF; }
p { color: rgb(42,114,255); }
H1.HeaderClassName
{
color: #2A72FF;
}
.AnyTagClassName
{
color: #2A72FF;
}
</style>
background-color css
<style>
a { background-color: #2A72FF; }
a { background-color: rgb(42,114,255); }
div.DivClassName
{
background-color: #2A72FF;
}
.BgClassName
{
background-color: #2A72FF;
}
</style>
border-color css
<style>
span { border-color: #2A72FF; }
span { border-color: rgb(42,114,255); }
td.TdClassName
{
border-color: #2A72FF;
}
.TagClassName
{
border-color: #2A72FF;
}
</style>