Shades of Summer Sky #3F98DF
Tints of Summer Sky #3F98DF
RGB
CMYK
RGB Variations
Color information
#3F98DF (or 0x3F98DF) is known color: Summer Sky. HEX triplet: 3F, 98 and DF. RGB value is (63,152,223). Sum of RGB (Red+Green+Blue) = 63+152+223=438 (58% of max value = 765). Red value is 63 (25% from 255 or 14.38% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #3F98DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F98DF is #C06720. Grayscale: #858585. Windows color (decimal): -12609313 or 14653503. OLE color: 14653503.
HSL color Cylindrical-coordinate representation of color #3F98DF: hue angle of 206.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F98DF is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 152 | 223 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.13 |
| HSL | 206.63º | 0.71% | 0.56% | - |
| HSV(B) | 206.63º | 0.72% | 0.87% | - |
| XYZ | 26.6 | 28.84 | 73.98 | - |
| YUV | 133.48 | 178.51 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 152 | 223 | 0.72 | 0.32 | 0 | 0.13 | 206.63 | 0.71 | 0.56 |
| Hex | 3F | 98 | DF | 48 | 20 | 0 | D | CF | 47 | 38 |
| Octal | 77 | 230 | 337 | 110 | 40 | 0 | 15 | 317 | 107 | 70 |
| Binary | 111111 | 10011000 | 11011111 | 1001000 | 100000 | 0 | 1101 | 11001111 | 1000111 | 111000 |
Color Harmonies of #3F98DF
Complementary color
Monochromatic Colors of #3F98DF
Black with #3F98DF
Text Example
Text Example
White with #3F98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F98DF; }
p { color: rgb(63,152,223); }
H1.HeaderClassName
{
color: #3F98DF;
}
.AnyTagClassName
{
color: #3F98DF;
}
</style>
background-color css
<style>
a { background-color: #3F98DF; }
a { background-color: rgb(63,152,223); }
div.DivClassName
{
background-color: #3F98DF;
}
.BgClassName
{
background-color: #3F98DF;
}
</style>
border-color css
<style>
span { border-color: #3F98DF; }
span { border-color: rgb(63,152,223); }
td.TdClassName
{
border-color: #3F98DF;
}
.TagClassName
{
border-color: #3F98DF;
}
</style>