Shades of Dodger Blue #2FAAFC
Tints of Dodger Blue #2FAAFC
RGB
CMYK
RGB Variations
Color information
#2FAAFC (or 0x2FAAFC) is known color: Dodger Blue. HEX triplet: 2F, AA and FC. RGB value is (47,170,252). Sum of RGB (Red+Green+Blue) = 47+170+252=469 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10.02% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FAAFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAAFC is #D05503. Grayscale: #8E8E8E. Windows color (decimal): -13653252 or 16558639. OLE color: 16558639.
HSL color Cylindrical-coordinate representation of color #2FAAFC: hue angle of 204º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FAAFC is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 170 | 252 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.01 |
| HSL | 204º | 0.97% | 0.59% | - |
| HSV(B) | 204º | 0.81% | 0.99% | - |
| XYZ | 33.12 | 36.38 | 97.37 | - |
| YUV | 142.57 | 189.75 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 252 | 0.81 | 0.33 | 0 | 0.01 | 204 | 0.97 | 0.59 |
| Hex | 2F | AA | FC | 51 | 21 | 0 | 1 | CC | 61 | 3B |
| Octal | 57 | 252 | 374 | 121 | 41 | 0 | 1 | 314 | 141 | 73 |
| Binary | 101111 | 10101010 | 11111100 | 1010001 | 100001 | 0 | 1 | 11001100 | 1100001 | 111011 |
Color Harmonies of #2FAAFC
Complementary color
Monochromatic Colors of #2FAAFC
Black with #2FAAFC
Text Example
Text Example
White with #2FAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAAFC; }
p { color: rgb(47,170,252); }
H1.HeaderClassName
{
color: #2FAAFC;
}
.AnyTagClassName
{
color: #2FAAFC;
}
</style>
background-color css
<style>
a { background-color: #2FAAFC; }
a { background-color: rgb(47,170,252); }
div.DivClassName
{
background-color: #2FAAFC;
}
.BgClassName
{
background-color: #2FAAFC;
}
</style>
border-color css
<style>
span { border-color: #2FAAFC; }
span { border-color: rgb(47,170,252); }
td.TdClassName
{
border-color: #2FAAFC;
}
.TagClassName
{
border-color: #2FAAFC;
}
</style>