Shades of Dodger Blue #2A71FC
Tints of Dodger Blue #2A71FC
RGB
CMYK
RGB Variations
Color information
#2A71FC (or 0x2A71FC) is known color: Dodger Blue. HEX triplet: 2A, 71 and FC. RGB value is (42,113,252). Sum of RGB (Red+Green+Blue) = 42+113+252=407 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.32% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A71FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A71FC is #D58E03. Grayscale: #6A6A6A. Windows color (decimal): -13995524 or 16544042. OLE color: 16544042.
HSL color Cylindrical-coordinate representation of color #2A71FC: hue angle of 219.71º 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 #2A71FC is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 113 | 252 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.01 |
| HSL | 219.71º | 0.97% | 0.58% | - |
| HSV(B) | 219.71º | 0.83% | 0.99% | - |
| XYZ | 24.43 | 19.33 | 94.54 | - |
| YUV | 107.62 | 209.48 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 113 | 252 | 0.83 | 0.55 | 0 | 0.01 | 219.71 | 0.97 | 0.58 |
| Hex | 2A | 71 | FC | 53 | 37 | 0 | 1 | DC | 61 | 3A |
| Octal | 52 | 161 | 374 | 123 | 67 | 0 | 1 | 334 | 141 | 72 |
| Binary | 101010 | 1110001 | 11111100 | 1010011 | 110111 | 0 | 1 | 11011100 | 1100001 | 111010 |
Color Harmonies of #2A71FC
Complementary color
Monochromatic Colors of #2A71FC
Black with #2A71FC
Text Example
Text Example
White with #2A71FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A71FC; }
p { color: rgb(42,113,252); }
H1.HeaderClassName
{
color: #2A71FC;
}
.AnyTagClassName
{
color: #2A71FC;
}
</style>
background-color css
<style>
a { background-color: #2A71FC; }
a { background-color: rgb(42,113,252); }
div.DivClassName
{
background-color: #2A71FC;
}
.BgClassName
{
background-color: #2A71FC;
}
</style>
border-color css
<style>
span { border-color: #2A71FC; }
span { border-color: rgb(42,113,252); }
td.TdClassName
{
border-color: #2A71FC;
}
.TagClassName
{
border-color: #2A71FC;
}
</style>