Shades of Summer Sky #4095DF
Tints of Summer Sky #4095DF
RGB
CMYK
RGB Variations
Color information
#4095DF (or 0x4095DF) is known color: Summer Sky. HEX triplet: 40, 95 and DF. RGB value is (64,149,223). Sum of RGB (Red+Green+Blue) = 64+149+223=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #4095DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4095DF is #BF6A20. Grayscale: #838383. Windows color (decimal): -12544545 or 14652736. OLE color: 14652736.
HSL color Cylindrical-coordinate representation of color #4095DF: hue angle of 207.92º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4095DF is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 149 | 223 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.13 |
| HSL | 207.92º | 0.71% | 0.56% | - |
| HSV(B) | 207.92º | 0.71% | 0.87% | - |
| XYZ | 26.18 | 27.91 | 73.82 | - |
| YUV | 132.02 | 179.34 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 223 | 0.71 | 0.33 | 0 | 0.13 | 207.92 | 0.71 | 0.56 |
| Hex | 40 | 95 | DF | 47 | 21 | 0 | D | D0 | 47 | 38 |
| Octal | 100 | 225 | 337 | 107 | 41 | 0 | 15 | 320 | 107 | 70 |
| Binary | 1000000 | 10010101 | 11011111 | 1000111 | 100001 | 0 | 1101 | 11010000 | 1000111 | 111000 |
Color Harmonies of #4095DF
Complementary color
Monochromatic Colors of #4095DF
Black with #4095DF
Text Example
Text Example
White with #4095DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4095DF; }
p { color: rgb(64,149,223); }
H1.HeaderClassName
{
color: #4095DF;
}
.AnyTagClassName
{
color: #4095DF;
}
</style>
background-color css
<style>
a { background-color: #4095DF; }
a { background-color: rgb(64,149,223); }
div.DivClassName
{
background-color: #4095DF;
}
.BgClassName
{
background-color: #4095DF;
}
</style>
border-color css
<style>
span { border-color: #4095DF; }
span { border-color: rgb(64,149,223); }
td.TdClassName
{
border-color: #4095DF;
}
.TagClassName
{
border-color: #4095DF;
}
</style>