Shades of Dodger Blue #2A8CDB
Tints of Dodger Blue #2A8CDB
RGB
CMYK
RGB Variations
Color information
#2A8CDB (or 0x2A8CDB) is known color: Dodger Blue. HEX triplet: 2A, 8C and DB. RGB value is (42,140,219). Sum of RGB (Red+Green+Blue) = 42+140+219=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A8CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8CDB is #D57324. Grayscale: #777777. Windows color (decimal): -13988645 or 14388266. OLE color: 14388266.
HSL color Cylindrical-coordinate representation of color #2A8CDB: hue angle of 206.78º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A8CDB is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 140 | 219 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.14 |
| HSL | 206.78º | 0.71% | 0.51% | - |
| HSV(B) | 206.78º | 0.81% | 0.86% | - |
| XYZ | 23.12 | 24.36 | 70.5 | - |
| YUV | 119.7 | 184.03 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 140 | 219 | 0.81 | 0.36 | 0 | 0.14 | 206.78 | 0.71 | 0.51 |
| Hex | 2A | 8C | DB | 51 | 24 | 0 | E | CF | 47 | 33 |
| Octal | 52 | 214 | 333 | 121 | 44 | 0 | 16 | 317 | 107 | 63 |
| Binary | 101010 | 10001100 | 11011011 | 1010001 | 100100 | 0 | 1110 | 11001111 | 1000111 | 110011 |
Color Harmonies of #2A8CDB
Complementary color
Monochromatic Colors of #2A8CDB
Black with #2A8CDB
Text Example
Text Example
White with #2A8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8CDB; }
p { color: rgb(42,140,219); }
H1.HeaderClassName
{
color: #2A8CDB;
}
.AnyTagClassName
{
color: #2A8CDB;
}
</style>
background-color css
<style>
a { background-color: #2A8CDB; }
a { background-color: rgb(42,140,219); }
div.DivClassName
{
background-color: #2A8CDB;
}
.BgClassName
{
background-color: #2A8CDB;
}
</style>
border-color css
<style>
span { border-color: #2A8CDB; }
span { border-color: rgb(42,140,219); }
td.TdClassName
{
border-color: #2A8CDB;
}
.TagClassName
{
border-color: #2A8CDB;
}
</style>