Shades of Dodger Blue #2A89DF
Tints of Dodger Blue #2A89DF
RGB
CMYK
RGB Variations
Color information
#2A89DF (or 0x2A89DF) is known color: Dodger Blue. HEX triplet: 2A, 89 and DF. RGB value is (42,137,223). Sum of RGB (Red+Green+Blue) = 42+137+223=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A89DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A89DF is #D57620. Grayscale: #757575. Windows color (decimal): -13989409 or 14649642. OLE color: 14649642.
HSL color Cylindrical-coordinate representation of color #2A89DF: hue angle of 208.51º 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 #2A89DF is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 137 | 223 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.13 |
| HSL | 208.51º | 0.74% | 0.52% | - |
| HSV(B) | 208.51º | 0.81% | 0.87% | - |
| XYZ | 23.22 | 23.71 | 73.16 | - |
| YUV | 118.4 | 187.03 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 223 | 0.81 | 0.39 | 0 | 0.13 | 208.51 | 0.74 | 0.52 |
| Hex | 2A | 89 | DF | 51 | 27 | 0 | D | D1 | 4A | 34 |
| Octal | 52 | 211 | 337 | 121 | 47 | 0 | 15 | 321 | 112 | 64 |
| Binary | 101010 | 10001001 | 11011111 | 1010001 | 100111 | 0 | 1101 | 11010001 | 1001010 | 110100 |
Color Harmonies of #2A89DF
Complementary color
Monochromatic Colors of #2A89DF
Black with #2A89DF
Text Example
Text Example
White with #2A89DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A89DF; }
p { color: rgb(42,137,223); }
H1.HeaderClassName
{
color: #2A89DF;
}
.AnyTagClassName
{
color: #2A89DF;
}
</style>
background-color css
<style>
a { background-color: #2A89DF; }
a { background-color: rgb(42,137,223); }
div.DivClassName
{
background-color: #2A89DF;
}
.BgClassName
{
background-color: #2A89DF;
}
</style>
border-color css
<style>
span { border-color: #2A89DF; }
span { border-color: rgb(42,137,223); }
td.TdClassName
{
border-color: #2A89DF;
}
.TagClassName
{
border-color: #2A89DF;
}
</style>