Shades of Dodger Blue #2A8BDF
Tints of Dodger Blue #2A8BDF
RGB
CMYK
RGB Variations
Color information
#2A8BDF (or 0x2A8BDF) is known color: Dodger Blue. HEX triplet: 2A, 8B and DF. RGB value is (42,139,223). Sum of RGB (Red+Green+Blue) = 42+139+223=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A8BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8BDF is #D57420. Grayscale: #777777. Windows color (decimal): -13988897 or 14650154. OLE color: 14650154.
HSL color Cylindrical-coordinate representation of color #2A8BDF: hue angle of 207.85º 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 #2A8BDF is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 139 | 223 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.13 |
| HSL | 207.85º | 0.74% | 0.52% | - |
| HSV(B) | 207.85º | 0.81% | 0.87% | - |
| XYZ | 23.51 | 24.29 | 73.26 | - |
| YUV | 119.57 | 186.36 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 139 | 223 | 0.81 | 0.38 | 0 | 0.13 | 207.85 | 0.74 | 0.52 |
| Hex | 2A | 8B | DF | 51 | 26 | 0 | D | D0 | 4A | 34 |
| Octal | 52 | 213 | 337 | 121 | 46 | 0 | 15 | 320 | 112 | 64 |
| Binary | 101010 | 10001011 | 11011111 | 1010001 | 100110 | 0 | 1101 | 11010000 | 1001010 | 110100 |
Color Harmonies of #2A8BDF
Complementary color
Monochromatic Colors of #2A8BDF
Black with #2A8BDF
Text Example
Text Example
White with #2A8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8BDF; }
p { color: rgb(42,139,223); }
H1.HeaderClassName
{
color: #2A8BDF;
}
.AnyTagClassName
{
color: #2A8BDF;
}
</style>
background-color css
<style>
a { background-color: #2A8BDF; }
a { background-color: rgb(42,139,223); }
div.DivClassName
{
background-color: #2A8BDF;
}
.BgClassName
{
background-color: #2A8BDF;
}
</style>
border-color css
<style>
span { border-color: #2A8BDF; }
span { border-color: rgb(42,139,223); }
td.TdClassName
{
border-color: #2A8BDF;
}
.TagClassName
{
border-color: #2A8BDF;
}
</style>