Shades of Dodger Blue #2A80FB
Tints of Dodger Blue #2A80FB
RGB
CMYK
RGB Variations
Color information
#2A80FB (or 0x2A80FB) is known color: Dodger Blue. HEX triplet: 2A, 80 and FB. RGB value is (42,128,251). Sum of RGB (Red+Green+Blue) = 42+128+251=421 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.98% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #2A80FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A80FB is #D57F04. Grayscale: #737373. Windows color (decimal): -13991685 or 16482346. OLE color: 16482346.
HSL color Cylindrical-coordinate representation of color #2A80FB: hue angle of 215.31º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A80FB is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 128 | 251 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.02 |
| HSL | 215.31º | 0.96% | 0.57% | - |
| HSV(B) | 215.31º | 0.83% | 0.98% | - |
| XYZ | 26.09 | 22.9 | 94.31 | - |
| YUV | 116.31 | 204.01 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 128 | 251 | 0.83 | 0.49 | 0 | 0.02 | 215.31 | 0.96 | 0.57 |
| Hex | 2A | 80 | FB | 53 | 31 | 0 | 2 | D7 | 60 | 39 |
| Octal | 52 | 200 | 373 | 123 | 61 | 0 | 2 | 327 | 140 | 71 |
| Binary | 101010 | 10000000 | 11111011 | 1010011 | 110001 | 0 | 10 | 11010111 | 1100000 | 111001 |
Color Harmonies of #2A80FB
Complementary color
Monochromatic Colors of #2A80FB
Black with #2A80FB
Text Example
Text Example
White with #2A80FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A80FB; }
p { color: rgb(42,128,251); }
H1.HeaderClassName
{
color: #2A80FB;
}
.AnyTagClassName
{
color: #2A80FB;
}
</style>
background-color css
<style>
a { background-color: #2A80FB; }
a { background-color: rgb(42,128,251); }
div.DivClassName
{
background-color: #2A80FB;
}
.BgClassName
{
background-color: #2A80FB;
}
</style>
border-color css
<style>
span { border-color: #2A80FB; }
span { border-color: rgb(42,128,251); }
td.TdClassName
{
border-color: #2A80FB;
}
.TagClassName
{
border-color: #2A80FB;
}
</style>