Shades of Summer Sky #459EDF
Tints of Summer Sky #459EDF
RGB
CMYK
RGB Variations
Color information
#459EDF (or 0x459EDF) is known color: Summer Sky. HEX triplet: 45, 9E and DF. RGB value is (69,158,223). Sum of RGB (Red+Green+Blue) = 69+158+223=450 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.33% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #459EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459EDF is #BA6120. Grayscale: #8A8A8A. Windows color (decimal): -12214561 or 14655045. OLE color: 14655045.
HSL color Cylindrical-coordinate representation of color #459EDF: hue angle of 205.32º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #459EDF is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 158 | 223 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.13 |
| HSL | 205.32º | 0.71% | 0.57% | - |
| HSV(B) | 205.32º | 0.69% | 0.87% | - |
| XYZ | 28 | 31.05 | 74.33 | - |
| YUV | 138.8 | 175.51 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 158 | 223 | 0.69 | 0.29 | 0 | 0.13 | 205.32 | 0.71 | 0.57 |
| Hex | 45 | 9E | DF | 45 | 1D | 0 | D | CD | 47 | 39 |
| Octal | 105 | 236 | 337 | 105 | 35 | 0 | 15 | 315 | 107 | 71 |
| Binary | 1000101 | 10011110 | 11011111 | 1000101 | 11101 | 0 | 1101 | 11001101 | 1000111 | 111001 |
Color Harmonies of #459EDF
Complementary color
Monochromatic Colors of #459EDF
Black with #459EDF
Text Example
Text Example
White with #459EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459EDF; }
p { color: rgb(69,158,223); }
H1.HeaderClassName
{
color: #459EDF;
}
.AnyTagClassName
{
color: #459EDF;
}
</style>
background-color css
<style>
a { background-color: #459EDF; }
a { background-color: rgb(69,158,223); }
div.DivClassName
{
background-color: #459EDF;
}
.BgClassName
{
background-color: #459EDF;
}
</style>
border-color css
<style>
span { border-color: #459EDF; }
span { border-color: rgb(69,158,223); }
td.TdClassName
{
border-color: #459EDF;
}
.TagClassName
{
border-color: #459EDF;
}
</style>