Shades of Dodger Blue #2FA2FC
Tints of Dodger Blue #2FA2FC
RGB
CMYK
RGB Variations
Color information
#2FA2FC (or 0x2FA2FC) is known color: Dodger Blue. HEX triplet: 2F, A2 and FC. RGB value is (47,162,252). Sum of RGB (Red+Green+Blue) = 47+162+252=461 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.20% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FA2FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FA2FC is #D05D03. Grayscale: #898989. Windows color (decimal): -13655300 or 16556591. OLE color: 16556591.
HSL color Cylindrical-coordinate representation of color #2FA2FC: hue angle of 206.34º 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 #2FA2FC is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 162 | 252 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.01 |
| HSL | 206.34º | 0.97% | 0.59% | - |
| HSV(B) | 206.34º | 0.81% | 0.99% | - |
| XYZ | 31.66 | 33.47 | 96.89 | - |
| YUV | 137.88 | 192.4 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 162 | 252 | 0.81 | 0.36 | 0 | 0.01 | 206.34 | 0.97 | 0.59 |
| Hex | 2F | A2 | FC | 51 | 24 | 0 | 1 | CE | 61 | 3B |
| Octal | 57 | 242 | 374 | 121 | 44 | 0 | 1 | 316 | 141 | 73 |
| Binary | 101111 | 10100010 | 11111100 | 1010001 | 100100 | 0 | 1 | 11001110 | 1100001 | 111011 |
Color Harmonies of #2FA2FC
Complementary color
Monochromatic Colors of #2FA2FC
Black with #2FA2FC
Text Example
Text Example
White with #2FA2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA2FC; }
p { color: rgb(47,162,252); }
H1.HeaderClassName
{
color: #2FA2FC;
}
.AnyTagClassName
{
color: #2FA2FC;
}
</style>
background-color css
<style>
a { background-color: #2FA2FC; }
a { background-color: rgb(47,162,252); }
div.DivClassName
{
background-color: #2FA2FC;
}
.BgClassName
{
background-color: #2FA2FC;
}
</style>
border-color css
<style>
span { border-color: #2FA2FC; }
span { border-color: rgb(47,162,252); }
td.TdClassName
{
border-color: #2FA2FC;
}
.TagClassName
{
border-color: #2FA2FC;
}
</style>