Shades of Dodger Blue #2FA2FD
Tints of Dodger Blue #2FA2FD
RGB
CMYK
RGB Variations
Color information
#2FA2FD (or 0x2FA2FD) is known color: Dodger Blue. HEX triplet: 2F, A2 and FD. RGB value is (47,162,253). Sum of RGB (Red+Green+Blue) = 47+162+253=462 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.17% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #2FA2FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FA2FD is #D05D02. Grayscale: #898989. Windows color (decimal): -13655299 or 16622127. OLE color: 16622127.
HSL color Cylindrical-coordinate representation of color #2FA2FD: hue angle of 206.5º degrees, saturation: 0.98, 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 #2FA2FD is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 162 | 253 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.01 |
| HSL | 206.5º | 0.98% | 0.59% | - |
| HSV(B) | 206.5º | 0.81% | 0.99% | - |
| XYZ | 31.82 | 33.54 | 97.72 | - |
| YUV | 137.99 | 192.9 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 162 | 253 | 0.81 | 0.36 | 0 | 0.01 | 206.5 | 0.98 | 0.59 |
| Hex | 2F | A2 | FD | 51 | 24 | 0 | 1 | CF | 62 | 3B |
| Octal | 57 | 242 | 375 | 121 | 44 | 0 | 1 | 317 | 142 | 73 |
| Binary | 101111 | 10100010 | 11111101 | 1010001 | 100100 | 0 | 1 | 11001111 | 1100010 | 111011 |
Color Harmonies of #2FA2FD
Complementary color
Monochromatic Colors of #2FA2FD
Black with #2FA2FD
Text Example
Text Example
White with #2FA2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA2FD; }
p { color: rgb(47,162,253); }
H1.HeaderClassName
{
color: #2FA2FD;
}
.AnyTagClassName
{
color: #2FA2FD;
}
</style>
background-color css
<style>
a { background-color: #2FA2FD; }
a { background-color: rgb(47,162,253); }
div.DivClassName
{
background-color: #2FA2FD;
}
.BgClassName
{
background-color: #2FA2FD;
}
</style>
border-color css
<style>
span { border-color: #2FA2FD; }
span { border-color: rgb(47,162,253); }
td.TdClassName
{
border-color: #2FA2FD;
}
.TagClassName
{
border-color: #2FA2FD;
}
</style>