Shades of Dodger Blue #2A76FF
Tints of Dodger Blue #2A76FF
RGB
CMYK
RGB Variations
Color information
#2A76FF (or 0x2A76FF) is known color: Dodger Blue. HEX triplet: 2A, 76 and FF. RGB value is (42,118,255). Sum of RGB (Red+Green+Blue) = 42+118+255=415 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.12% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A76FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A76FF is #D58900. Grayscale: #6E6E6E. Windows color (decimal): -13994241 or 16741930. OLE color: 16741930.
HSL color Cylindrical-coordinate representation of color #2A76FF: hue angle of 218.59º 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 #2A76FF is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 118 | 255 | - |
| CMYK | 0.84 | 0.54 | 0 | 0 |
| HSL | 218.59º | 1% | 0.58% | - |
| HSV(B) | 218.59º | 0.84% | 1% | - |
| XYZ | 25.48 | 20.67 | 97.25 | - |
| YUV | 110.89 | 209.32 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 118 | 255 | 0.84 | 0.54 | 0 | 0 | 218.59 | 1 | 0.58 |
| Hex | 2A | 76 | FF | 54 | 36 | 0 | 0 | DB | 64 | 3A |
| Octal | 52 | 166 | 377 | 124 | 66 | 0 | 0 | 333 | 144 | 72 |
| Binary | 101010 | 1110110 | 11111111 | 1010100 | 110110 | 0 | 0 | 11011011 | 1100100 | 111010 |
Color Harmonies of #2A76FF
Complementary color
Monochromatic Colors of #2A76FF
Black with #2A76FF
Text Example
Text Example
White with #2A76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A76FF; }
p { color: rgb(42,118,255); }
H1.HeaderClassName
{
color: #2A76FF;
}
.AnyTagClassName
{
color: #2A76FF;
}
</style>
background-color css
<style>
a { background-color: #2A76FF; }
a { background-color: rgb(42,118,255); }
div.DivClassName
{
background-color: #2A76FF;
}
.BgClassName
{
background-color: #2A76FF;
}
</style>
border-color css
<style>
span { border-color: #2A76FF; }
span { border-color: rgb(42,118,255); }
td.TdClassName
{
border-color: #2A76FF;
}
.TagClassName
{
border-color: #2A76FF;
}
</style>