Shades of Summer Sky #2F8FDD
Tints of Summer Sky #2F8FDD
RGB
CMYK
RGB Variations
Color information
#2F8FDD (or 0x2F8FDD) is known color: Summer Sky. HEX triplet: 2F, 8F and DD. RGB value is (47,143,221). Sum of RGB (Red+Green+Blue) = 47+143+221=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F8FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8FDD is #D07022. Grayscale: #7A7A7A. Windows color (decimal): -13660195 or 14520111. OLE color: 14520111.
HSL color Cylindrical-coordinate representation of color #2F8FDD: hue angle of 206.9º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F8FDD is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 143 | 221 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.13 |
| HSL | 206.9º | 0.72% | 0.53% | - |
| HSV(B) | 206.9º | 0.79% | 0.87% | - |
| XYZ | 24.05 | 25.47 | 72.06 | - |
| YUV | 123.19 | 183.2 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 143 | 221 | 0.79 | 0.35 | 0 | 0.13 | 206.9 | 0.72 | 0.53 |
| Hex | 2F | 8F | DD | 4F | 23 | 0 | D | CF | 48 | 35 |
| Octal | 57 | 217 | 335 | 117 | 43 | 0 | 15 | 317 | 110 | 65 |
| Binary | 101111 | 10001111 | 11011101 | 1001111 | 100011 | 0 | 1101 | 11001111 | 1001000 | 110101 |
Color Harmonies of #2F8FDD
Complementary color
Monochromatic Colors of #2F8FDD
Black with #2F8FDD
Text Example
Text Example
White with #2F8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8FDD; }
p { color: rgb(47,143,221); }
H1.HeaderClassName
{
color: #2F8FDD;
}
.AnyTagClassName
{
color: #2F8FDD;
}
</style>
background-color css
<style>
a { background-color: #2F8FDD; }
a { background-color: rgb(47,143,221); }
div.DivClassName
{
background-color: #2F8FDD;
}
.BgClassName
{
background-color: #2F8FDD;
}
</style>
border-color css
<style>
span { border-color: #2F8FDD; }
span { border-color: rgb(47,143,221); }
td.TdClassName
{
border-color: #2F8FDD;
}
.TagClassName
{
border-color: #2F8FDD;
}
</style>