Shades of Dodger Blue #2A76FC
Tints of Dodger Blue #2A76FC
RGB
CMYK
RGB Variations
Color information
#2A76FC (or 0x2A76FC) is known color: Dodger Blue. HEX triplet: 2A, 76 and FC. RGB value is (42,118,252). Sum of RGB (Red+Green+Blue) = 42+118+252=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A76FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A76FC is #D58903. Grayscale: #6D6D6D. Windows color (decimal): -13994244 or 16545322. OLE color: 16545322.
HSL color Cylindrical-coordinate representation of color #2A76FC: hue angle of 218.29º 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 #2A76FC is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 118 | 252 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.01 |
| HSL | 218.29º | 0.97% | 0.58% | - |
| HSV(B) | 218.29º | 0.83% | 0.99% | - |
| XYZ | 25 | 20.48 | 94.73 | - |
| YUV | 110.55 | 207.82 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 118 | 252 | 0.83 | 0.53 | 0 | 0.01 | 218.29 | 0.97 | 0.58 |
| Hex | 2A | 76 | FC | 53 | 35 | 0 | 1 | DA | 61 | 3A |
| Octal | 52 | 166 | 374 | 123 | 65 | 0 | 1 | 332 | 141 | 72 |
| Binary | 101010 | 1110110 | 11111100 | 1010011 | 110101 | 0 | 1 | 11011010 | 1100001 | 111010 |
Color Harmonies of #2A76FC
Complementary color
Monochromatic Colors of #2A76FC
Black with #2A76FC
Text Example
Text Example
White with #2A76FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A76FC; }
p { color: rgb(42,118,252); }
H1.HeaderClassName
{
color: #2A76FC;
}
.AnyTagClassName
{
color: #2A76FC;
}
</style>
background-color css
<style>
a { background-color: #2A76FC; }
a { background-color: rgb(42,118,252); }
div.DivClassName
{
background-color: #2A76FC;
}
.BgClassName
{
background-color: #2A76FC;
}
</style>
border-color css
<style>
span { border-color: #2A76FC; }
span { border-color: rgb(42,118,252); }
td.TdClassName
{
border-color: #2A76FC;
}
.TagClassName
{
border-color: #2A76FC;
}
</style>