Shades of Dodger Blue #2A85FF
Tints of Dodger Blue #2A85FF
RGB
CMYK
RGB Variations
Color information
#2A85FF (or 0x2A85FF) is known color: Dodger Blue. HEX triplet: 2A, 85 and FF. RGB value is (42,133,255). Sum of RGB (Red+Green+Blue) = 42+133+255=430 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.77% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A85FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A85FF is #D57A00. Grayscale: #777777. Windows color (decimal): -13990401 or 16745770. OLE color: 16745770.
HSL color Cylindrical-coordinate representation of color #2A85FF: hue angle of 214.37º 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 #2A85FF is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 133 | 255 | - |
| CMYK | 0.84 | 0.48 | 0 | 0 |
| HSL | 214.37º | 1% | 0.58% | - |
| HSV(B) | 214.37º | 0.84% | 1% | - |
| XYZ | 27.39 | 24.49 | 97.89 | - |
| YUV | 119.7 | 204.35 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 133 | 255 | 0.84 | 0.48 | 0 | 0 | 214.37 | 1 | 0.58 |
| Hex | 2A | 85 | FF | 54 | 30 | 0 | 0 | D6 | 64 | 3A |
| Octal | 52 | 205 | 377 | 124 | 60 | 0 | 0 | 326 | 144 | 72 |
| Binary | 101010 | 10000101 | 11111111 | 1010100 | 110000 | 0 | 0 | 11010110 | 1100100 | 111010 |
Color Harmonies of #2A85FF
Complementary color
Monochromatic Colors of #2A85FF
Black with #2A85FF
Text Example
Text Example
White with #2A85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A85FF; }
p { color: rgb(42,133,255); }
H1.HeaderClassName
{
color: #2A85FF;
}
.AnyTagClassName
{
color: #2A85FF;
}
</style>
background-color css
<style>
a { background-color: #2A85FF; }
a { background-color: rgb(42,133,255); }
div.DivClassName
{
background-color: #2A85FF;
}
.BgClassName
{
background-color: #2A85FF;
}
</style>
border-color css
<style>
span { border-color: #2A85FF; }
span { border-color: rgb(42,133,255); }
td.TdClassName
{
border-color: #2A85FF;
}
.TagClassName
{
border-color: #2A85FF;
}
</style>