Shades of Dodger Blue #2A7CFF
Tints of Dodger Blue #2A7CFF
RGB
CMYK
RGB Variations
Color information
#2A7CFF (or 0x2A7CFF) is known color: Dodger Blue. HEX triplet: 2A, 7C and FF. RGB value is (42,124,255). Sum of RGB (Red+Green+Blue) = 42+124+255=421 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.98% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A7CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A7CFF is #D58300. Grayscale: #717171. Windows color (decimal): -13992705 or 16743466. OLE color: 16743466.
HSL color Cylindrical-coordinate representation of color #2A7CFF: hue angle of 216.9º 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 #2A7CFF is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 124 | 255 | - |
| CMYK | 0.84 | 0.51 | 0 | 0 |
| HSL | 216.9º | 1% | 0.58% | - |
| HSV(B) | 216.9º | 0.84% | 1% | - |
| XYZ | 26.21 | 22.13 | 97.5 | - |
| YUV | 114.42 | 207.33 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 124 | 255 | 0.84 | 0.51 | 0 | 0 | 216.9 | 1 | 0.58 |
| Hex | 2A | 7C | FF | 54 | 33 | 0 | 0 | D9 | 64 | 3A |
| Octal | 52 | 174 | 377 | 124 | 63 | 0 | 0 | 331 | 144 | 72 |
| Binary | 101010 | 1111100 | 11111111 | 1010100 | 110011 | 0 | 0 | 11011001 | 1100100 | 111010 |
Color Harmonies of #2A7CFF
Complementary color
Monochromatic Colors of #2A7CFF
Black with #2A7CFF
Text Example
Text Example
White with #2A7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7CFF; }
p { color: rgb(42,124,255); }
H1.HeaderClassName
{
color: #2A7CFF;
}
.AnyTagClassName
{
color: #2A7CFF;
}
</style>
background-color css
<style>
a { background-color: #2A7CFF; }
a { background-color: rgb(42,124,255); }
div.DivClassName
{
background-color: #2A7CFF;
}
.BgClassName
{
background-color: #2A7CFF;
}
</style>
border-color css
<style>
span { border-color: #2A7CFF; }
span { border-color: rgb(42,124,255); }
td.TdClassName
{
border-color: #2A7CFF;
}
.TagClassName
{
border-color: #2A7CFF;
}
</style>