Shades of Summer Sky #2F9FEB
Tints of Summer Sky #2F9FEB
RGB
CMYK
RGB Variations
Color information
#2F9FEB (or 0x2F9FEB) is known color: Summer Sky. HEX triplet: 2F, 9F and EB. RGB value is (47,159,235). Sum of RGB (Red+Green+Blue) = 47+159+235=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F9FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F9FEB is #D06014. Grayscale: #858585. Windows color (decimal): -13656085 or 15441711. OLE color: 15441711.
HSL color Cylindrical-coordinate representation of color #2F9FEB: hue angle of 204.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F9FEB is Cyan = 0.8, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 159 | 235 | - |
| CMYK | 0.8 | 0.32 | 0 | 0.08 |
| HSL | 204.26º | 0.82% | 0.55% | - |
| HSV(B) | 204.26º | 0.8% | 0.92% | - |
| XYZ | 28.57 | 31.4 | 83.15 | - |
| YUV | 134.18 | 184.89 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 159 | 235 | 0.8 | 0.32 | 0 | 0.08 | 204.26 | 0.82 | 0.55 |
| Hex | 2F | 9F | EB | 50 | 20 | 0 | 8 | CC | 52 | 37 |
| Octal | 57 | 237 | 353 | 120 | 40 | 0 | 10 | 314 | 122 | 67 |
| Binary | 101111 | 10011111 | 11101011 | 1010000 | 100000 | 0 | 1000 | 11001100 | 1010010 | 110111 |
Color Harmonies of #2F9FEB
Complementary color
Monochromatic Colors of #2F9FEB
Black with #2F9FEB
Text Example
Text Example
White with #2F9FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9FEB; }
p { color: rgb(47,159,235); }
H1.HeaderClassName
{
color: #2F9FEB;
}
.AnyTagClassName
{
color: #2F9FEB;
}
</style>
background-color css
<style>
a { background-color: #2F9FEB; }
a { background-color: rgb(47,159,235); }
div.DivClassName
{
background-color: #2F9FEB;
}
.BgClassName
{
background-color: #2F9FEB;
}
</style>
border-color css
<style>
span { border-color: #2F9FEB; }
span { border-color: rgb(47,159,235); }
td.TdClassName
{
border-color: #2F9FEB;
}
.TagClassName
{
border-color: #2F9FEB;
}
</style>