Shades of Dodger Blue #2A72FC
Tints of Dodger Blue #2A72FC
RGB
CMYK
RGB Variations
Color information
#2A72FC (or 0x2A72FC) is known color: Dodger Blue. HEX triplet: 2A, 72 and FC. RGB value is (42,114,252). Sum of RGB (Red+Green+Blue) = 42+114+252=408 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.29% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A72FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A72FC is #D58D03. Grayscale: #6B6B6B. Windows color (decimal): -13995268 or 16544298. OLE color: 16544298.
HSL color Cylindrical-coordinate representation of color #2A72FC: hue angle of 219.43º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A72FC is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 114 | 252 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.01 |
| HSL | 219.43º | 0.97% | 0.58% | - |
| HSV(B) | 219.43º | 0.83% | 0.99% | - |
| XYZ | 24.54 | 19.56 | 94.58 | - |
| YUV | 108.2 | 209.15 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 252 | 0.83 | 0.55 | 0 | 0.01 | 219.43 | 0.97 | 0.58 |
| Hex | 2A | 72 | FC | 53 | 37 | 0 | 1 | DB | 61 | 3A |
| Octal | 52 | 162 | 374 | 123 | 67 | 0 | 1 | 333 | 141 | 72 |
| Binary | 101010 | 1110010 | 11111100 | 1010011 | 110111 | 0 | 1 | 11011011 | 1100001 | 111010 |
Color Harmonies of #2A72FC
Complementary color
Monochromatic Colors of #2A72FC
Black with #2A72FC
Text Example
Text Example
White with #2A72FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A72FC; }
p { color: rgb(42,114,252); }
H1.HeaderClassName
{
color: #2A72FC;
}
.AnyTagClassName
{
color: #2A72FC;
}
</style>
background-color css
<style>
a { background-color: #2A72FC; }
a { background-color: rgb(42,114,252); }
div.DivClassName
{
background-color: #2A72FC;
}
.BgClassName
{
background-color: #2A72FC;
}
</style>
border-color css
<style>
span { border-color: #2A72FC; }
span { border-color: rgb(42,114,252); }
td.TdClassName
{
border-color: #2A72FC;
}
.TagClassName
{
border-color: #2A72FC;
}
</style>