Shades of Dodger Blue #2A85FC
Tints of Dodger Blue #2A85FC
RGB
CMYK
RGB Variations
Color information
#2A85FC (or 0x2A85FC) is known color: Dodger Blue. HEX triplet: 2A, 85 and FC. RGB value is (42,133,252). Sum of RGB (Red+Green+Blue) = 42+133+252=427 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.84% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #2A85FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A85FC is #D57A03. Grayscale: #767676. Windows color (decimal): -13990404 or 16549162. OLE color: 16549162.
HSL color Cylindrical-coordinate representation of color #2A85FC: hue angle of 214º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A85FC is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 133 | 252 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.01 |
| HSL | 214º | 0.97% | 0.58% | - |
| HSV(B) | 214º | 0.83% | 0.99% | - |
| XYZ | 26.91 | 24.3 | 95.37 | - |
| YUV | 119.36 | 202.85 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 133 | 252 | 0.83 | 0.47 | 0 | 0.01 | 214 | 0.97 | 0.58 |
| Hex | 2A | 85 | FC | 53 | 2F | 0 | 1 | D6 | 61 | 3A |
| Octal | 52 | 205 | 374 | 123 | 57 | 0 | 1 | 326 | 141 | 72 |
| Binary | 101010 | 10000101 | 11111100 | 1010011 | 101111 | 0 | 1 | 11010110 | 1100001 | 111010 |
Color Harmonies of #2A85FC
Complementary color
Monochromatic Colors of #2A85FC
Black with #2A85FC
Text Example
Text Example
White with #2A85FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A85FC; }
p { color: rgb(42,133,252); }
H1.HeaderClassName
{
color: #2A85FC;
}
.AnyTagClassName
{
color: #2A85FC;
}
</style>
background-color css
<style>
a { background-color: #2A85FC; }
a { background-color: rgb(42,133,252); }
div.DivClassName
{
background-color: #2A85FC;
}
.BgClassName
{
background-color: #2A85FC;
}
</style>
border-color css
<style>
span { border-color: #2A85FC; }
span { border-color: rgb(42,133,252); }
td.TdClassName
{
border-color: #2A85FC;
}
.TagClassName
{
border-color: #2A85FC;
}
</style>