Shades of Dodger Blue #2F83EE
Tints of Dodger Blue #2F83EE
RGB
CMYK
RGB Variations
Color information
#2F83EE (or 0x2F83EE) is known color: Dodger Blue. HEX triplet: 2F, 83 and EE. RGB value is (47,131,238). Sum of RGB (Red+Green+Blue) = 47+131+238=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F83EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F83EE is #D07C11. Grayscale: #757575. Windows color (decimal): -13663250 or 15631151. OLE color: 15631151.
HSL color Cylindrical-coordinate representation of color #2F83EE: hue angle of 213.61º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F83EE is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 131 | 238 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.07 |
| HSL | 213.61º | 0.85% | 0.56% | - |
| HSV(B) | 213.61º | 0.8% | 0.93% | - |
| XYZ | 24.72 | 23.01 | 84.03 | - |
| YUV | 118.08 | 195.67 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 131 | 238 | 0.80 | 0.45 | 0 | 0.07 | 213.61 | 0.85 | 0.56 |
| Hex | 2F | 83 | EE | 50 | 2D | 0 | 7 | D6 | 55 | 38 |
| Octal | 57 | 203 | 356 | 120 | 55 | 0 | 7 | 326 | 125 | 70 |
| Binary | 101111 | 10000011 | 11101110 | 1010000 | 101101 | 0 | 111 | 11010110 | 1010101 | 111000 |
Color Harmonies of #2F83EE
Complementary color
Monochromatic Colors of #2F83EE
Black with #2F83EE
Text Example
Text Example
White with #2F83EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F83EE; }
p { color: rgb(47,131,238); }
H1.HeaderClassName
{
color: #2F83EE;
}
.AnyTagClassName
{
color: #2F83EE;
}
</style>
background-color css
<style>
a { background-color: #2F83EE; }
a { background-color: rgb(47,131,238); }
div.DivClassName
{
background-color: #2F83EE;
}
.BgClassName
{
background-color: #2F83EE;
}
</style>
border-color css
<style>
span { border-color: #2F83EE; }
span { border-color: rgb(47,131,238); }
td.TdClassName
{
border-color: #2F83EE;
}
.TagClassName
{
border-color: #2F83EE;
}
</style>