Shades of Dodger Blue #2FAAFF
Tints of Dodger Blue #2FAAFF
RGB
CMYK
RGB Variations
Color information
#2FAAFF (or 0x2FAAFF) is known color: Dodger Blue. HEX triplet: 2F, AA and FF. RGB value is (47,170,255). Sum of RGB (Red+Green+Blue) = 47+170+255=472 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.96% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #2FAAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FAAFF is #D05500. Grayscale: #8E8E8E. Windows color (decimal): -13653249 or 16755247. OLE color: 16755247.
HSL color Cylindrical-coordinate representation of color #2FAAFF: hue angle of 204.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FAAFF is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 170 | 255 | - |
| CMYK | 0.82 | 0.33 | 0 | 0 |
| HSL | 204.52º | 1% | 0.59% | - |
| HSV(B) | 204.52º | 0.82% | 1% | - |
| XYZ | 33.6 | 36.57 | 99.9 | - |
| YUV | 142.91 | 191.25 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 170 | 255 | 0.82 | 0.33 | 0 | 0 | 204.52 | 1 | 0.59 |
| Hex | 2F | AA | FF | 52 | 21 | 0 | 0 | CD | 64 | 3B |
| Octal | 57 | 252 | 377 | 122 | 41 | 0 | 0 | 315 | 144 | 73 |
| Binary | 101111 | 10101010 | 11111111 | 1010010 | 100001 | 0 | 0 | 11001101 | 1100100 | 111011 |
Color Harmonies of #2FAAFF
Complementary color
Monochromatic Colors of #2FAAFF
Black with #2FAAFF
Text Example
Text Example
White with #2FAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAAFF; }
p { color: rgb(47,170,255); }
H1.HeaderClassName
{
color: #2FAAFF;
}
.AnyTagClassName
{
color: #2FAAFF;
}
</style>
background-color css
<style>
a { background-color: #2FAAFF; }
a { background-color: rgb(47,170,255); }
div.DivClassName
{
background-color: #2FAAFF;
}
.BgClassName
{
background-color: #2FAAFF;
}
</style>
border-color css
<style>
span { border-color: #2FAAFF; }
span { border-color: rgb(47,170,255); }
td.TdClassName
{
border-color: #2FAAFF;
}
.TagClassName
{
border-color: #2FAAFF;
}
</style>