Shades of Dodger Blue #2A74FF
Tints of Dodger Blue #2A74FF
RGB
CMYK
RGB Variations
Color information
#2A74FF (or 0x2A74FF) is known color: Dodger Blue. HEX triplet: 2A, 74 and FF. RGB value is (42,116,255). Sum of RGB (Red+Green+Blue) = 42+116+255=413 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.17% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A74FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A74FF is #D58B00. Grayscale: #6D6D6D. Windows color (decimal): -13994753 or 16741418. OLE color: 16741418.
HSL color Cylindrical-coordinate representation of color #2A74FF: hue angle of 219.15º 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 #2A74FF is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 116 | 255 | - |
| CMYK | 0.84 | 0.55 | 0 | 0 |
| HSL | 219.15º | 1% | 0.58% | - |
| HSV(B) | 219.15º | 0.84% | 1% | - |
| XYZ | 25.25 | 20.2 | 97.18 | - |
| YUV | 109.72 | 209.98 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 116 | 255 | 0.84 | 0.55 | 0 | 0 | 219.15 | 1 | 0.58 |
| Hex | 2A | 74 | FF | 54 | 37 | 0 | 0 | DB | 64 | 3A |
| Octal | 52 | 164 | 377 | 124 | 67 | 0 | 0 | 333 | 144 | 72 |
| Binary | 101010 | 1110100 | 11111111 | 1010100 | 110111 | 0 | 0 | 11011011 | 1100100 | 111010 |
Color Harmonies of #2A74FF
Complementary color
Monochromatic Colors of #2A74FF
Black with #2A74FF
Text Example
Text Example
White with #2A74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A74FF; }
p { color: rgb(42,116,255); }
H1.HeaderClassName
{
color: #2A74FF;
}
.AnyTagClassName
{
color: #2A74FF;
}
</style>
background-color css
<style>
a { background-color: #2A74FF; }
a { background-color: rgb(42,116,255); }
div.DivClassName
{
background-color: #2A74FF;
}
.BgClassName
{
background-color: #2A74FF;
}
</style>
border-color css
<style>
span { border-color: #2A74FF; }
span { border-color: rgb(42,116,255); }
td.TdClassName
{
border-color: #2A74FF;
}
.TagClassName
{
border-color: #2A74FF;
}
</style>