Shades of Dodger Blue #2A77FF
Tints of Dodger Blue #2A77FF
RGB
CMYK
RGB Variations
Color information
#2A77FF (or 0x2A77FF) is known color: Dodger Blue. HEX triplet: 2A, 77 and FF. RGB value is (42,119,255). Sum of RGB (Red+Green+Blue) = 42+119+255=416 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.10% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A77FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A77FF is #D58800. Grayscale: #6E6E6E. Windows color (decimal): -13993985 or 16742186. OLE color: 16742186.
HSL color Cylindrical-coordinate representation of color #2A77FF: hue angle of 218.31º 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 #2A77FF is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 119 | 255 | - |
| CMYK | 0.84 | 0.53 | 0 | 0 |
| HSL | 218.31º | 1% | 0.58% | - |
| HSV(B) | 218.31º | 0.84% | 1% | - |
| XYZ | 25.6 | 20.91 | 97.29 | - |
| YUV | 111.48 | 208.99 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 119 | 255 | 0.84 | 0.53 | 0 | 0 | 218.31 | 1 | 0.58 |
| Hex | 2A | 77 | FF | 54 | 35 | 0 | 0 | DA | 64 | 3A |
| Octal | 52 | 167 | 377 | 124 | 65 | 0 | 0 | 332 | 144 | 72 |
| Binary | 101010 | 1110111 | 11111111 | 1010100 | 110101 | 0 | 0 | 11011010 | 1100100 | 111010 |
Color Harmonies of #2A77FF
Complementary color
Monochromatic Colors of #2A77FF
Black with #2A77FF
Text Example
Text Example
White with #2A77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A77FF; }
p { color: rgb(42,119,255); }
H1.HeaderClassName
{
color: #2A77FF;
}
.AnyTagClassName
{
color: #2A77FF;
}
</style>
background-color css
<style>
a { background-color: #2A77FF; }
a { background-color: rgb(42,119,255); }
div.DivClassName
{
background-color: #2A77FF;
}
.BgClassName
{
background-color: #2A77FF;
}
</style>
border-color css
<style>
span { border-color: #2A77FF; }
span { border-color: rgb(42,119,255); }
td.TdClassName
{
border-color: #2A77FF;
}
.TagClassName
{
border-color: #2A77FF;
}
</style>