Shades of Dodger Blue #2FA8FC
Tints of Dodger Blue #2FA8FC
RGB
CMYK
RGB Variations
Color information
#2FA8FC (or 0x2FA8FC) is known color: Dodger Blue. HEX triplet: 2F, A8 and FC. RGB value is (47,168,252). Sum of RGB (Red+Green+Blue) = 47+168+252=467 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.06% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FA8FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FA8FC is #D05703. Grayscale: #8C8C8C. Windows color (decimal): -13653764 or 16558127. OLE color: 16558127.
HSL color Cylindrical-coordinate representation of color #2FA8FC: hue angle of 204.59º 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 #2FA8FC is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 168 | 252 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.01 |
| HSL | 204.59º | 0.97% | 0.59% | - |
| HSV(B) | 204.59º | 0.81% | 0.99% | - |
| XYZ | 32.75 | 35.64 | 97.25 | - |
| YUV | 141.4 | 190.41 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 168 | 252 | 0.81 | 0.33 | 0 | 0.01 | 204.59 | 0.97 | 0.59 |
| Hex | 2F | A8 | FC | 51 | 21 | 0 | 1 | CD | 61 | 3B |
| Octal | 57 | 250 | 374 | 121 | 41 | 0 | 1 | 315 | 141 | 73 |
| Binary | 101111 | 10101000 | 11111100 | 1010001 | 100001 | 0 | 1 | 11001101 | 1100001 | 111011 |
Color Harmonies of #2FA8FC
Complementary color
Monochromatic Colors of #2FA8FC
Black with #2FA8FC
Text Example
Text Example
White with #2FA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA8FC; }
p { color: rgb(47,168,252); }
H1.HeaderClassName
{
color: #2FA8FC;
}
.AnyTagClassName
{
color: #2FA8FC;
}
</style>
background-color css
<style>
a { background-color: #2FA8FC; }
a { background-color: rgb(47,168,252); }
div.DivClassName
{
background-color: #2FA8FC;
}
.BgClassName
{
background-color: #2FA8FC;
}
</style>
border-color css
<style>
span { border-color: #2FA8FC; }
span { border-color: rgb(47,168,252); }
td.TdClassName
{
border-color: #2FA8FC;
}
.TagClassName
{
border-color: #2FA8FC;
}
</style>