Shades of Dodger Blue #2AB0FF
Tints of Dodger Blue #2AB0FF
RGB
CMYK
RGB Variations
Color information
#2AB0FF (or 0x2AB0FF) is known color: Dodger Blue. HEX triplet: 2A, B0 and FF. RGB value is (42,176,255). Sum of RGB (Red+Green+Blue) = 42+176+255=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #2AB0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AB0FF is #D54F00. Grayscale: #909090. Windows color (decimal): -13979393 or 16756778. OLE color: 16756778.
HSL color Cylindrical-coordinate representation of color #2AB0FF: hue angle of 202.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AB0FF is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 176 | 255 | - |
| CMYK | 0.84 | 0.31 | 0 | 0 |
| HSL | 202.25º | 1% | 0.58% | - |
| HSV(B) | 202.25º | 0.84% | 1% | - |
| XYZ | 34.53 | 38.76 | 100.27 | - |
| YUV | 144.94 | 190.11 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 255 | 0.84 | 0.31 | 0 | 0 | 202.25 | 1 | 0.58 |
| Hex | 2A | B0 | FF | 54 | 1F | 0 | 0 | CA | 64 | 3A |
| Octal | 52 | 260 | 377 | 124 | 37 | 0 | 0 | 312 | 144 | 72 |
| Binary | 101010 | 10110000 | 11111111 | 1010100 | 11111 | 0 | 0 | 11001010 | 1100100 | 111010 |
Color Harmonies of #2AB0FF
Complementary color
Monochromatic Colors of #2AB0FF
Black with #2AB0FF
Text Example
Text Example
White with #2AB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB0FF; }
p { color: rgb(42,176,255); }
H1.HeaderClassName
{
color: #2AB0FF;
}
.AnyTagClassName
{
color: #2AB0FF;
}
</style>
background-color css
<style>
a { background-color: #2AB0FF; }
a { background-color: rgb(42,176,255); }
div.DivClassName
{
background-color: #2AB0FF;
}
.BgClassName
{
background-color: #2AB0FF;
}
</style>
border-color css
<style>
span { border-color: #2AB0FF; }
span { border-color: rgb(42,176,255); }
td.TdClassName
{
border-color: #2AB0FF;
}
.TagClassName
{
border-color: #2AB0FF;
}
</style>