Shades of Dodger Blue #2A78FF
Tints of Dodger Blue #2A78FF
RGB
CMYK
RGB Variations
Color information
#2A78FF (or 0x2A78FF) is known color: Dodger Blue. HEX triplet: 2A, 78 and FF. RGB value is (42,120,255). Sum of RGB (Red+Green+Blue) = 42+120+255=417 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.07% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A78FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A78FF is #D58700. Grayscale: #6F6F6F. Windows color (decimal): -13993729 or 16742442. OLE color: 16742442.
HSL color Cylindrical-coordinate representation of color #2A78FF: hue angle of 218.03º 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 #2A78FF is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 120 | 255 | - |
| CMYK | 0.84 | 0.53 | 0 | 0 |
| HSL | 218.03º | 1% | 0.58% | - |
| HSV(B) | 218.03º | 0.84% | 1% | - |
| XYZ | 25.72 | 21.15 | 97.33 | - |
| YUV | 112.07 | 208.66 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 120 | 255 | 0.84 | 0.53 | 0 | 0 | 218.03 | 1 | 0.58 |
| Hex | 2A | 78 | FF | 54 | 35 | 0 | 0 | DA | 64 | 3A |
| Octal | 52 | 170 | 377 | 124 | 65 | 0 | 0 | 332 | 144 | 72 |
| Binary | 101010 | 1111000 | 11111111 | 1010100 | 110101 | 0 | 0 | 11011010 | 1100100 | 111010 |
Color Harmonies of #2A78FF
Complementary color
Monochromatic Colors of #2A78FF
Black with #2A78FF
Text Example
Text Example
White with #2A78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A78FF; }
p { color: rgb(42,120,255); }
H1.HeaderClassName
{
color: #2A78FF;
}
.AnyTagClassName
{
color: #2A78FF;
}
</style>
background-color css
<style>
a { background-color: #2A78FF; }
a { background-color: rgb(42,120,255); }
div.DivClassName
{
background-color: #2A78FF;
}
.BgClassName
{
background-color: #2A78FF;
}
</style>
border-color css
<style>
span { border-color: #2A78FF; }
span { border-color: rgb(42,120,255); }
td.TdClassName
{
border-color: #2A78FF;
}
.TagClassName
{
border-color: #2A78FF;
}
</style>