Shades of Dodger Blue #2F8DFB
Tints of Dodger Blue #2F8DFB
RGB
CMYK
RGB Variations
Color information
#2F8DFB (or 0x2F8DFB) is known color: Dodger Blue. HEX triplet: 2F, 8D and FB. RGB value is (47,141,251). Sum of RGB (Red+Green+Blue) = 47+141+251=439 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.71% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F8DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F8DFB is #D07204. Grayscale: #7C7C7C. Windows color (decimal): -13660677 or 16485679. OLE color: 16485679.
HSL color Cylindrical-coordinate representation of color #2F8DFB: hue angle of 212.35º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F8DFB is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 141 | 251 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.02 |
| HSL | 212.35º | 0.96% | 0.58% | - |
| HSV(B) | 212.35º | 0.81% | 0.98% | - |
| XYZ | 28.11 | 26.62 | 94.92 | - |
| YUV | 125.43 | 198.86 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 251 | 0.81 | 0.44 | 0 | 0.02 | 212.35 | 0.96 | 0.58 |
| Hex | 2F | 8D | FB | 51 | 2C | 0 | 2 | D4 | 60 | 3A |
| Octal | 57 | 215 | 373 | 121 | 54 | 0 | 2 | 324 | 140 | 72 |
| Binary | 101111 | 10001101 | 11111011 | 1010001 | 101100 | 0 | 10 | 11010100 | 1100000 | 111010 |
Color Harmonies of #2F8DFB
Complementary color
Monochromatic Colors of #2F8DFB
Black with #2F8DFB
Text Example
Text Example
White with #2F8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8DFB; }
p { color: rgb(47,141,251); }
H1.HeaderClassName
{
color: #2F8DFB;
}
.AnyTagClassName
{
color: #2F8DFB;
}
</style>
background-color css
<style>
a { background-color: #2F8DFB; }
a { background-color: rgb(47,141,251); }
div.DivClassName
{
background-color: #2F8DFB;
}
.BgClassName
{
background-color: #2F8DFB;
}
</style>
border-color css
<style>
span { border-color: #2F8DFB; }
span { border-color: rgb(47,141,251); }
td.TdClassName
{
border-color: #2F8DFB;
}
.TagClassName
{
border-color: #2F8DFB;
}
</style>