Shades of Summer Sky #2F9DEA
Tints of Summer Sky #2F9DEA
RGB
CMYK
RGB Variations
Color information
#2F9DEA (or 0x2F9DEA) is known color: Summer Sky. HEX triplet: 2F, 9D and EA. RGB value is (47,157,234). Sum of RGB (Red+Green+Blue) = 47+157+234=438 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.73% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F9DEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F9DEA is #D06215. Grayscale: #848484. Windows color (decimal): -13656598 or 15375663. OLE color: 15375663.
HSL color Cylindrical-coordinate representation of color #2F9DEA: hue angle of 204.71º 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 #2F9DEA is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 157 | 234 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.08 |
| HSL | 204.71º | 0.82% | 0.55% | - |
| HSV(B) | 204.71º | 0.8% | 0.92% | - |
| XYZ | 28.08 | 30.66 | 82.28 | - |
| YUV | 132.89 | 185.06 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 157 | 234 | 0.80 | 0.33 | 0 | 0.08 | 204.71 | 0.82 | 0.55 |
| Hex | 2F | 9D | EA | 50 | 21 | 0 | 8 | CD | 52 | 37 |
| Octal | 57 | 235 | 352 | 120 | 41 | 0 | 10 | 315 | 122 | 67 |
| Binary | 101111 | 10011101 | 11101010 | 1010000 | 100001 | 0 | 1000 | 11001101 | 1010010 | 110111 |
Color Harmonies of #2F9DEA
Complementary color
Monochromatic Colors of #2F9DEA
Black with #2F9DEA
Text Example
Text Example
White with #2F9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9DEA; }
p { color: rgb(47,157,234); }
H1.HeaderClassName
{
color: #2F9DEA;
}
.AnyTagClassName
{
color: #2F9DEA;
}
</style>
background-color css
<style>
a { background-color: #2F9DEA; }
a { background-color: rgb(47,157,234); }
div.DivClassName
{
background-color: #2F9DEA;
}
.BgClassName
{
background-color: #2F9DEA;
}
</style>
border-color css
<style>
span { border-color: #2F9DEA; }
span { border-color: rgb(47,157,234); }
td.TdClassName
{
border-color: #2F9DEA;
}
.TagClassName
{
border-color: #2F9DEA;
}
</style>