Shades of Dodger Blue #2FA6FC
Tints of Dodger Blue #2FA6FC
RGB
CMYK
RGB Variations
Color information
#2FA6FC (or 0x2FA6FC) is known color: Dodger Blue. HEX triplet: 2F, A6 and FC. RGB value is (47,166,252). Sum of RGB (Red+Green+Blue) = 47+166+252=465 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.11% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FA6FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FA6FC is #D05903. Grayscale: #8B8B8B. Windows color (decimal): -13654276 or 16557615. OLE color: 16557615.
HSL color Cylindrical-coordinate representation of color #2FA6FC: hue angle of 205.17º 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 #2FA6FC is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 166 | 252 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.01 |
| HSL | 205.17º | 0.97% | 0.59% | - |
| HSV(B) | 205.17º | 0.81% | 0.99% | - |
| XYZ | 32.38 | 34.91 | 97.13 | - |
| YUV | 140.22 | 191.08 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 166 | 252 | 0.81 | 0.34 | 0 | 0.01 | 205.17 | 0.97 | 0.59 |
| Hex | 2F | A6 | FC | 51 | 22 | 0 | 1 | CD | 61 | 3B |
| Octal | 57 | 246 | 374 | 121 | 42 | 0 | 1 | 315 | 141 | 73 |
| Binary | 101111 | 10100110 | 11111100 | 1010001 | 100010 | 0 | 1 | 11001101 | 1100001 | 111011 |
Color Harmonies of #2FA6FC
Complementary color
Monochromatic Colors of #2FA6FC
Black with #2FA6FC
Text Example
Text Example
White with #2FA6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA6FC; }
p { color: rgb(47,166,252); }
H1.HeaderClassName
{
color: #2FA6FC;
}
.AnyTagClassName
{
color: #2FA6FC;
}
</style>
background-color css
<style>
a { background-color: #2FA6FC; }
a { background-color: rgb(47,166,252); }
div.DivClassName
{
background-color: #2FA6FC;
}
.BgClassName
{
background-color: #2FA6FC;
}
</style>
border-color css
<style>
span { border-color: #2FA6FC; }
span { border-color: rgb(47,166,252); }
td.TdClassName
{
border-color: #2FA6FC;
}
.TagClassName
{
border-color: #2FA6FC;
}
</style>