Shades of Summer Sky #459FDC
Tints of Summer Sky #459FDC
RGB
CMYK
RGB Variations
Color information
#459FDC (or 0x459FDC) is known color: Summer Sky. HEX triplet: 45, 9F and DC. RGB value is (69,159,220). Sum of RGB (Red+Green+Blue) = 69+159+220=448 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.40% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #459FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459FDC is #BA6023. Grayscale: #8A8A8A. Windows color (decimal): -12214308 or 14458693. OLE color: 14458693.
HSL color Cylindrical-coordinate representation of color #459FDC: hue angle of 204.24º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #459FDC is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 159 | 220 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.14 |
| HSL | 204.24º | 0.68% | 0.57% | - |
| HSV(B) | 204.24º | 0.69% | 0.86% | - |
| XYZ | 27.77 | 31.23 | 72.27 | - |
| YUV | 139.04 | 173.68 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 159 | 220 | 0.69 | 0.28 | 0 | 0.14 | 204.24 | 0.68 | 0.57 |
| Hex | 45 | 9F | DC | 45 | 1C | 0 | E | CC | 44 | 39 |
| Octal | 105 | 237 | 334 | 105 | 34 | 0 | 16 | 314 | 104 | 71 |
| Binary | 1000101 | 10011111 | 11011100 | 1000101 | 11100 | 0 | 1110 | 11001100 | 1000100 | 111001 |
Color Harmonies of #459FDC
Complementary color
Monochromatic Colors of #459FDC
Black with #459FDC
Text Example
Text Example
White with #459FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459FDC; }
p { color: rgb(69,159,220); }
H1.HeaderClassName
{
color: #459FDC;
}
.AnyTagClassName
{
color: #459FDC;
}
</style>
background-color css
<style>
a { background-color: #459FDC; }
a { background-color: rgb(69,159,220); }
div.DivClassName
{
background-color: #459FDC;
}
.BgClassName
{
background-color: #459FDC;
}
</style>
border-color css
<style>
span { border-color: #459FDC; }
span { border-color: rgb(69,159,220); }
td.TdClassName
{
border-color: #459FDC;
}
.TagClassName
{
border-color: #459FDC;
}
</style>