Shades of Dodger Blue #2A81FA
Tints of Dodger Blue #2A81FA
RGB
CMYK
RGB Variations
Color information
#2A81FA (or 0x2A81FA) is known color: Dodger Blue. HEX triplet: 2A, 81 and FA. RGB value is (42,129,250). Sum of RGB (Red+Green+Blue) = 42+129+250=421 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.98% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A81FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A81FA is #D57E05. Grayscale: #747474. Windows color (decimal): -13991430 or 16417066. OLE color: 16417066.
HSL color Cylindrical-coordinate representation of color #2A81FA: hue angle of 214.9º degrees, saturation: 0.95, 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 #2A81FA is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 129 | 250 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.02 |
| HSL | 214.9º | 0.95% | 0.57% | - |
| HSV(B) | 214.9º | 0.83% | 0.98% | - |
| XYZ | 26.06 | 23.09 | 93.53 | - |
| YUV | 116.78 | 203.18 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 129 | 250 | 0.83 | 0.48 | 0 | 0.02 | 214.9 | 0.95 | 0.57 |
| Hex | 2A | 81 | FA | 53 | 30 | 0 | 2 | D7 | 5F | 39 |
| Octal | 52 | 201 | 372 | 123 | 60 | 0 | 2 | 327 | 137 | 71 |
| Binary | 101010 | 10000001 | 11111010 | 1010011 | 110000 | 0 | 10 | 11010111 | 1011111 | 111001 |
Color Harmonies of #2A81FA
Complementary color
Monochromatic Colors of #2A81FA
Black with #2A81FA
Text Example
Text Example
White with #2A81FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A81FA; }
p { color: rgb(42,129,250); }
H1.HeaderClassName
{
color: #2A81FA;
}
.AnyTagClassName
{
color: #2A81FA;
}
</style>
background-color css
<style>
a { background-color: #2A81FA; }
a { background-color: rgb(42,129,250); }
div.DivClassName
{
background-color: #2A81FA;
}
.BgClassName
{
background-color: #2A81FA;
}
</style>
border-color css
<style>
span { border-color: #2A81FA; }
span { border-color: rgb(42,129,250); }
td.TdClassName
{
border-color: #2A81FA;
}
.TagClassName
{
border-color: #2A81FA;
}
</style>