Shades of Dodger Blue #2A87DF
Tints of Dodger Blue #2A87DF
RGB
CMYK
RGB Variations
Color information
#2A87DF (or 0x2A87DF) is known color: Dodger Blue. HEX triplet: 2A, 87 and DF. RGB value is (42,135,223). Sum of RGB (Red+Green+Blue) = 42+135+223=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A87DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A87DF is #D57820. Grayscale: #747474. Windows color (decimal): -13989921 or 14649130. OLE color: 14649130.
HSL color Cylindrical-coordinate representation of color #2A87DF: hue angle of 209.17º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A87DF is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 135 | 223 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.13 |
| HSL | 209.17º | 0.74% | 0.52% | - |
| HSV(B) | 209.17º | 0.81% | 0.87% | - |
| XYZ | 22.94 | 23.15 | 73.07 | - |
| YUV | 117.23 | 187.69 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 135 | 223 | 0.81 | 0.39 | 0 | 0.13 | 209.17 | 0.74 | 0.52 |
| Hex | 2A | 87 | DF | 51 | 27 | 0 | D | D1 | 4A | 34 |
| Octal | 52 | 207 | 337 | 121 | 47 | 0 | 15 | 321 | 112 | 64 |
| Binary | 101010 | 10000111 | 11011111 | 1010001 | 100111 | 0 | 1101 | 11010001 | 1001010 | 110100 |
Color Harmonies of #2A87DF
Complementary color
Monochromatic Colors of #2A87DF
Black with #2A87DF
Text Example
Text Example
White with #2A87DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A87DF; }
p { color: rgb(42,135,223); }
H1.HeaderClassName
{
color: #2A87DF;
}
.AnyTagClassName
{
color: #2A87DF;
}
</style>
background-color css
<style>
a { background-color: #2A87DF; }
a { background-color: rgb(42,135,223); }
div.DivClassName
{
background-color: #2A87DF;
}
.BgClassName
{
background-color: #2A87DF;
}
</style>
border-color css
<style>
span { border-color: #2A87DF; }
span { border-color: rgb(42,135,223); }
td.TdClassName
{
border-color: #2A87DF;
}
.TagClassName
{
border-color: #2A87DF;
}
</style>