Shades of Dodger Blue #2AAAFC
Tints of Dodger Blue #2AAAFC
RGB
CMYK
RGB Variations
Color information
#2AAAFC (or 0x2AAAFC) is known color: Dodger Blue. HEX triplet: 2A, AA and FC. RGB value is (42,170,252). Sum of RGB (Red+Green+Blue) = 42+170+252=464 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.05% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #2AAAFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AAAFC is #D55503. Grayscale: #8C8C8C. Windows color (decimal): -13980932 or 16558634. OLE color: 16558634.
HSL color Cylindrical-coordinate representation of color #2AAAFC: hue angle of 203.43º degrees, saturation: 0.97, 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 #2AAAFC is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 170 | 252 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.01 |
| HSL | 203.43º | 0.97% | 0.58% | - |
| HSV(B) | 203.43º | 0.83% | 0.99% | - |
| XYZ | 32.9 | 36.27 | 97.36 | - |
| YUV | 141.08 | 190.59 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 252 | 0.83 | 0.33 | 0 | 0.01 | 203.43 | 0.97 | 0.58 |
| Hex | 2A | AA | FC | 53 | 21 | 0 | 1 | CB | 61 | 3A |
| Octal | 52 | 252 | 374 | 123 | 41 | 0 | 1 | 313 | 141 | 72 |
| Binary | 101010 | 10101010 | 11111100 | 1010011 | 100001 | 0 | 1 | 11001011 | 1100001 | 111010 |
Color Harmonies of #2AAAFC
Complementary color
Monochromatic Colors of #2AAAFC
Black with #2AAAFC
Text Example
Text Example
White with #2AAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAAFC; }
p { color: rgb(42,170,252); }
H1.HeaderClassName
{
color: #2AAAFC;
}
.AnyTagClassName
{
color: #2AAAFC;
}
</style>
background-color css
<style>
a { background-color: #2AAAFC; }
a { background-color: rgb(42,170,252); }
div.DivClassName
{
background-color: #2AAAFC;
}
.BgClassName
{
background-color: #2AAAFC;
}
</style>
border-color css
<style>
span { border-color: #2AAAFC; }
span { border-color: rgb(42,170,252); }
td.TdClassName
{
border-color: #2AAAFC;
}
.TagClassName
{
border-color: #2AAAFC;
}
</style>