Shades of Dodger Blue #2A7BFF
Tints of Dodger Blue #2A7BFF
RGB
CMYK
RGB Variations
Color information
#2A7BFF (or 0x2A7BFF) is known color: Dodger Blue. HEX triplet: 2A, 7B and FF. RGB value is (42,123,255). Sum of RGB (Red+Green+Blue) = 42+123+255=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A7BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A7BFF is #D58400. Grayscale: #717171. Windows color (decimal): -13992961 or 16743210. OLE color: 16743210.
HSL color Cylindrical-coordinate representation of color #2A7BFF: hue angle of 217.18º 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 #2A7BFF is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 123 | 255 | - |
| CMYK | 0.84 | 0.52 | 0 | 0 |
| HSL | 217.18º | 1% | 0.58% | - |
| HSV(B) | 217.18º | 0.84% | 1% | - |
| XYZ | 26.09 | 21.88 | 97.46 | - |
| YUV | 113.83 | 207.66 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 123 | 255 | 0.84 | 0.52 | 0 | 0 | 217.18 | 1 | 0.58 |
| Hex | 2A | 7B | FF | 54 | 34 | 0 | 0 | D9 | 64 | 3A |
| Octal | 52 | 173 | 377 | 124 | 64 | 0 | 0 | 331 | 144 | 72 |
| Binary | 101010 | 1111011 | 11111111 | 1010100 | 110100 | 0 | 0 | 11011001 | 1100100 | 111010 |
Color Harmonies of #2A7BFF
Complementary color
Monochromatic Colors of #2A7BFF
Black with #2A7BFF
Text Example
Text Example
White with #2A7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7BFF; }
p { color: rgb(42,123,255); }
H1.HeaderClassName
{
color: #2A7BFF;
}
.AnyTagClassName
{
color: #2A7BFF;
}
</style>
background-color css
<style>
a { background-color: #2A7BFF; }
a { background-color: rgb(42,123,255); }
div.DivClassName
{
background-color: #2A7BFF;
}
.BgClassName
{
background-color: #2A7BFF;
}
</style>
border-color css
<style>
span { border-color: #2A7BFF; }
span { border-color: rgb(42,123,255); }
td.TdClassName
{
border-color: #2A7BFF;
}
.TagClassName
{
border-color: #2A7BFF;
}
</style>