Shades of Dodger Blue #2A8CDD
Tints of Dodger Blue #2A8CDD
RGB
CMYK
RGB Variations
Color information
#2A8CDD (or 0x2A8CDD) is known color: Dodger Blue. HEX triplet: 2A, 8C and DD. RGB value is (42,140,221). Sum of RGB (Red+Green+Blue) = 42+140+221=403 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.42% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A8CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8CDD is #D57322. Grayscale: #777777. Windows color (decimal): -13988643 or 14519338. OLE color: 14519338.
HSL color Cylindrical-coordinate representation of color #2A8CDD: hue angle of 207.15º degrees, saturation: 0.72, 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 #2A8CDD is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 42 | 140 | 221 | - |
CMYK | 0.81 | 0.37 | 0 | 0.13 |
HSL | 207.15º | 0.72% | 0.52% | - |
HSV(B) | 207.15º | 0.81% | 0.87% | - |
XYZ | 23.38 | 24.47 | 71.9 | - |
YUV | 119.93 | 185.03 | 72.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 140 | 221 | 0.81 | 0.37 | 0 | 0.13 | 207.15 | 0.72 | 0.52 |
Hex | 2A | 8C | DD | 51 | 25 | 0 | D | CF | 48 | 34 |
Octal | 52 | 214 | 335 | 121 | 45 | 0 | 15 | 317 | 110 | 64 |
Binary | 101010 | 10001100 | 11011101 | 1010001 | 100101 | 0 | 1101 | 11001111 | 1001000 | 110100 |
Color Harmonies of #2A8CDD
Complementary color
Monochromatic Colors of #2A8CDD
Black with #2A8CDD
Text Example
Text Example
White with #2A8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8CDD; }
p { color: rgb(42,140,221); }
H1.HeaderClassName
{
color: #2A8CDD;
}
.AnyTagClassName
{
color: #2A8CDD;
}
</style>
background-color css
<style>
a { background-color: #2A8CDD; }
a { background-color: rgb(42,140,221); }
div.DivClassName
{
background-color: #2A8CDD;
}
.BgClassName
{
background-color: #2A8CDD;
}
</style>
border-color css
<style>
span { border-color: #2A8CDD; }
span { border-color: rgb(42,140,221); }
td.TdClassName
{
border-color: #2A8CDD;
}
.TagClassName
{
border-color: #2A8CDD;
}
</style>