Shades of Summer Sky #459AEA
Tints of Summer Sky #459AEA
RGB
CMYK
RGB Variations
Color information
#459AEA (or 0x459AEA) is known color: Summer Sky. HEX triplet: 45, 9A and EA. RGB value is (69,154,234). Sum of RGB (Red+Green+Blue) = 69+154+234=457 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.10% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #459AEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #459AEA is #BA6515. Grayscale: #898989. Windows color (decimal): -12215574 or 15374917. OLE color: 15374917.
HSL color Cylindrical-coordinate representation of color #459AEA: hue angle of 209.09º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #459AEA is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 154 | 234 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.08 |
| HSL | 209.09º | 0.8% | 0.59% | - |
| HSV(B) | 209.09º | 0.71% | 0.92% | - |
| XYZ | 28.86 | 30.32 | 82.17 | - |
| YUV | 137.71 | 182.34 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 154 | 234 | 0.71 | 0.34 | 0 | 0.08 | 209.09 | 0.8 | 0.59 |
| Hex | 45 | 9A | EA | 47 | 22 | 0 | 8 | D1 | 50 | 3B |
| Octal | 105 | 232 | 352 | 107 | 42 | 0 | 10 | 321 | 120 | 73 |
| Binary | 1000101 | 10011010 | 11101010 | 1000111 | 100010 | 0 | 1000 | 11010001 | 1010000 | 111011 |
Color Harmonies of #459AEA
Complementary color
Monochromatic Colors of #459AEA
Black with #459AEA
Text Example
Text Example
White with #459AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459AEA; }
p { color: rgb(69,154,234); }
H1.HeaderClassName
{
color: #459AEA;
}
.AnyTagClassName
{
color: #459AEA;
}
</style>
background-color css
<style>
a { background-color: #459AEA; }
a { background-color: rgb(69,154,234); }
div.DivClassName
{
background-color: #459AEA;
}
.BgClassName
{
background-color: #459AEA;
}
</style>
border-color css
<style>
span { border-color: #459AEA; }
span { border-color: rgb(69,154,234); }
td.TdClassName
{
border-color: #459AEA;
}
.TagClassName
{
border-color: #459AEA;
}
</style>