Shades of Dodger Blue #2AA1FD
Tints of Dodger Blue #2AA1FD
RGB
CMYK
RGB Variations
Color information
#2AA1FD (or 0x2AA1FD) is known color: Dodger Blue. HEX triplet: 2A, A1 and FD. RGB value is (42,161,253). Sum of RGB (Red+Green+Blue) = 42+161+253=456 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.21% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #2AA1FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AA1FD is #D55E02. Grayscale: #878787. Windows color (decimal): -13983235 or 16621866. OLE color: 16621866.
HSL color Cylindrical-coordinate representation of color #2AA1FD: hue angle of 206.16º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AA1FD is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 161 | 253 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.01 |
| HSL | 206.16º | 0.98% | 0.58% | - |
| HSV(B) | 206.16º | 0.83% | 0.99% | - |
| XYZ | 31.43 | 33.07 | 97.66 | - |
| YUV | 135.91 | 194.08 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 161 | 253 | 0.83 | 0.36 | 0 | 0.01 | 206.16 | 0.98 | 0.58 |
| Hex | 2A | A1 | FD | 53 | 24 | 0 | 1 | CE | 62 | 3A |
| Octal | 52 | 241 | 375 | 123 | 44 | 0 | 1 | 316 | 142 | 72 |
| Binary | 101010 | 10100001 | 11111101 | 1010011 | 100100 | 0 | 1 | 11001110 | 1100010 | 111010 |
Color Harmonies of #2AA1FD
Complementary color
Monochromatic Colors of #2AA1FD
Black with #2AA1FD
Text Example
Text Example
White with #2AA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA1FD; }
p { color: rgb(42,161,253); }
H1.HeaderClassName
{
color: #2AA1FD;
}
.AnyTagClassName
{
color: #2AA1FD;
}
</style>
background-color css
<style>
a { background-color: #2AA1FD; }
a { background-color: rgb(42,161,253); }
div.DivClassName
{
background-color: #2AA1FD;
}
.BgClassName
{
background-color: #2AA1FD;
}
</style>
border-color css
<style>
span { border-color: #2AA1FD; }
span { border-color: rgb(42,161,253); }
td.TdClassName
{
border-color: #2AA1FD;
}
.TagClassName
{
border-color: #2AA1FD;
}
</style>