Shades of Dodger Blue #2F8DEC
Tints of Dodger Blue #2F8DEC
RGB
CMYK
RGB Variations
Color information
#2F8DEC (or 0x2F8DEC) is known color: Dodger Blue. HEX triplet: 2F, 8D and EC. RGB value is (47,141,236). Sum of RGB (Red+Green+Blue) = 47+141+236=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #2F8DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F8DEC is #D07213. Grayscale: #7B7B7B. Windows color (decimal): -13660692 or 15502639. OLE color: 15502639.
HSL color Cylindrical-coordinate representation of color #2F8DEC: hue angle of 210.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F8DEC is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 141 | 236 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.07 |
| HSL | 210.16º | 0.83% | 0.55% | - |
| HSV(B) | 210.16º | 0.8% | 0.93% | - |
| XYZ | 25.84 | 25.71 | 82.96 | - |
| YUV | 123.72 | 191.36 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 141 | 236 | 0.80 | 0.40 | 0 | 0.07 | 210.16 | 0.83 | 0.55 |
| Hex | 2F | 8D | EC | 50 | 28 | 0 | 7 | D2 | 53 | 37 |
| Octal | 57 | 215 | 354 | 120 | 50 | 0 | 7 | 322 | 123 | 67 |
| Binary | 101111 | 10001101 | 11101100 | 1010000 | 101000 | 0 | 111 | 11010010 | 1010011 | 110111 |
Color Harmonies of #2F8DEC
Complementary color
Monochromatic Colors of #2F8DEC
Black with #2F8DEC
Text Example
Text Example
White with #2F8DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8DEC; }
p { color: rgb(47,141,236); }
H1.HeaderClassName
{
color: #2F8DEC;
}
.AnyTagClassName
{
color: #2F8DEC;
}
</style>
background-color css
<style>
a { background-color: #2F8DEC; }
a { background-color: rgb(47,141,236); }
div.DivClassName
{
background-color: #2F8DEC;
}
.BgClassName
{
background-color: #2F8DEC;
}
</style>
border-color css
<style>
span { border-color: #2F8DEC; }
span { border-color: rgb(47,141,236); }
td.TdClassName
{
border-color: #2F8DEC;
}
.TagClassName
{
border-color: #2F8DEC;
}
</style>