Shades of Dodger Blue #2F84EF
Tints of Dodger Blue #2F84EF
RGB
CMYK
RGB Variations
Color information
#2F84EF (or 0x2F84EF) is known color: Dodger Blue. HEX triplet: 2F, 84 and EF. RGB value is (47,132,239). Sum of RGB (Red+Green+Blue) = 47+132+239=418 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.24% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F84EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F84EF is #D07B10. Grayscale: #767676. Windows color (decimal): -13662993 or 15696943. OLE color: 15696943.
HSL color Cylindrical-coordinate representation of color #2F84EF: hue angle of 213.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F84EF is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 132 | 239 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.06 |
| HSL | 213.44º | 0.86% | 0.56% | - |
| HSV(B) | 213.44º | 0.8% | 0.94% | - |
| XYZ | 25 | 23.34 | 84.85 | - |
| YUV | 118.78 | 195.84 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 132 | 239 | 0.80 | 0.45 | 0 | 0.06 | 213.44 | 0.86 | 0.56 |
| Hex | 2F | 84 | EF | 50 | 2D | 0 | 6 | D5 | 56 | 38 |
| Octal | 57 | 204 | 357 | 120 | 55 | 0 | 6 | 325 | 126 | 70 |
| Binary | 101111 | 10000100 | 11101111 | 1010000 | 101101 | 0 | 110 | 11010101 | 1010110 | 111000 |
Color Harmonies of #2F84EF
Complementary color
Monochromatic Colors of #2F84EF
Black with #2F84EF
Text Example
Text Example
White with #2F84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F84EF; }
p { color: rgb(47,132,239); }
H1.HeaderClassName
{
color: #2F84EF;
}
.AnyTagClassName
{
color: #2F84EF;
}
</style>
background-color css
<style>
a { background-color: #2F84EF; }
a { background-color: rgb(47,132,239); }
div.DivClassName
{
background-color: #2F84EF;
}
.BgClassName
{
background-color: #2F84EF;
}
</style>
border-color css
<style>
span { border-color: #2F84EF; }
span { border-color: rgb(47,132,239); }
td.TdClassName
{
border-color: #2F84EF;
}
.TagClassName
{
border-color: #2F84EF;
}
</style>