Shades of Dodger Blue #2F9EEF
Tints of Dodger Blue #2F9EEF
RGB
CMYK
RGB Variations
Color information
#2F9EEF (or 0x2F9EEF) is known color: Dodger Blue. HEX triplet: 2F, 9E and EF. RGB value is (47,158,239). Sum of RGB (Red+Green+Blue) = 47+158+239=444 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.59% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F9EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F9EEF is #D06110. Grayscale: #858585. Windows color (decimal): -13656337 or 15703599. OLE color: 15703599.
HSL color Cylindrical-coordinate representation of color #2F9EEF: hue angle of 205.31º 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 #2F9EEF is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 158 | 239 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.06 |
| HSL | 205.31º | 0.86% | 0.56% | - |
| HSV(B) | 205.31º | 0.8% | 0.94% | - |
| XYZ | 28.98 | 31.29 | 86.17 | - |
| YUV | 134.05 | 187.23 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 158 | 239 | 0.80 | 0.34 | 0 | 0.06 | 205.31 | 0.86 | 0.56 |
| Hex | 2F | 9E | EF | 50 | 22 | 0 | 6 | CD | 56 | 38 |
| Octal | 57 | 236 | 357 | 120 | 42 | 0 | 6 | 315 | 126 | 70 |
| Binary | 101111 | 10011110 | 11101111 | 1010000 | 100010 | 0 | 110 | 11001101 | 1010110 | 111000 |
Color Harmonies of #2F9EEF
Complementary color
Monochromatic Colors of #2F9EEF
Black with #2F9EEF
Text Example
Text Example
White with #2F9EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9EEF; }
p { color: rgb(47,158,239); }
H1.HeaderClassName
{
color: #2F9EEF;
}
.AnyTagClassName
{
color: #2F9EEF;
}
</style>
background-color css
<style>
a { background-color: #2F9EEF; }
a { background-color: rgb(47,158,239); }
div.DivClassName
{
background-color: #2F9EEF;
}
.BgClassName
{
background-color: #2F9EEF;
}
</style>
border-color css
<style>
span { border-color: #2F9EEF; }
span { border-color: rgb(47,158,239); }
td.TdClassName
{
border-color: #2F9EEF;
}
.TagClassName
{
border-color: #2F9EEF;
}
</style>