Shades of Dodger Blue #2A77F1
Tints of Dodger Blue #2A77F1
RGB
CMYK
RGB Variations
Color information
#2A77F1 (or 0x2A77F1) is known color: Dodger Blue. HEX triplet: 2A, 77 and F1. RGB value is (42,119,241). Sum of RGB (Red+Green+Blue) = 42+119+241=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #2A77F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A77F1 is #D5880E. Grayscale: #6D6D6D. Windows color (decimal): -13993999 or 15824682. OLE color: 15824682.
HSL color Cylindrical-coordinate representation of color #2A77F1: hue angle of 216.78º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A77F1 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 119 | 241 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.05 |
| HSL | 216.78º | 0.88% | 0.55% | - |
| HSV(B) | 216.78º | 0.83% | 0.95% | - |
| XYZ | 23.43 | 20.04 | 85.85 | - |
| YUV | 109.89 | 201.99 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 119 | 241 | 0.83 | 0.51 | 0 | 0.05 | 216.78 | 0.88 | 0.55 |
| Hex | 2A | 77 | F1 | 53 | 33 | 0 | 5 | D9 | 58 | 37 |
| Octal | 52 | 167 | 361 | 123 | 63 | 0 | 5 | 331 | 130 | 67 |
| Binary | 101010 | 1110111 | 11110001 | 1010011 | 110011 | 0 | 101 | 11011001 | 1011000 | 110111 |
Color Harmonies of #2A77F1
Complementary color
Monochromatic Colors of #2A77F1
Black with #2A77F1
Text Example
Text Example
White with #2A77F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A77F1; }
p { color: rgb(42,119,241); }
H1.HeaderClassName
{
color: #2A77F1;
}
.AnyTagClassName
{
color: #2A77F1;
}
</style>
background-color css
<style>
a { background-color: #2A77F1; }
a { background-color: rgb(42,119,241); }
div.DivClassName
{
background-color: #2A77F1;
}
.BgClassName
{
background-color: #2A77F1;
}
</style>
border-color css
<style>
span { border-color: #2A77F1; }
span { border-color: rgb(42,119,241); }
td.TdClassName
{
border-color: #2A77F1;
}
.TagClassName
{
border-color: #2A77F1;
}
</style>