Shades of Summer Sky #459BEA
Tints of Summer Sky #459BEA
RGB
CMYK
RGB Variations
Color information
#459BEA (or 0x459BEA) is known color: Summer Sky. HEX triplet: 45, 9B and EA. RGB value is (69,155,234). Sum of RGB (Red+Green+Blue) = 69+155+234=458 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.07% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #459BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #459BEA is #BA6415. Grayscale: #898989. Windows color (decimal): -12215318 or 15375173. OLE color: 15375173.
HSL color Cylindrical-coordinate representation of color #459BEA: hue angle of 208.73º 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 #459BEA is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 155 | 234 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.08 |
| HSL | 208.73º | 0.8% | 0.59% | - |
| HSV(B) | 208.73º | 0.71% | 0.92% | - |
| XYZ | 29.03 | 30.65 | 82.23 | - |
| YUV | 138.29 | 182.01 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 234 | 0.71 | 0.34 | 0 | 0.08 | 208.73 | 0.8 | 0.59 |
| Hex | 45 | 9B | EA | 47 | 22 | 0 | 8 | D1 | 50 | 3B |
| Octal | 105 | 233 | 352 | 107 | 42 | 0 | 10 | 321 | 120 | 73 |
| Binary | 1000101 | 10011011 | 11101010 | 1000111 | 100010 | 0 | 1000 | 11010001 | 1010000 | 111011 |
Color Harmonies of #459BEA
Complementary color
Monochromatic Colors of #459BEA
Black with #459BEA
Text Example
Text Example
White with #459BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BEA; }
p { color: rgb(69,155,234); }
H1.HeaderClassName
{
color: #459BEA;
}
.AnyTagClassName
{
color: #459BEA;
}
</style>
background-color css
<style>
a { background-color: #459BEA; }
a { background-color: rgb(69,155,234); }
div.DivClassName
{
background-color: #459BEA;
}
.BgClassName
{
background-color: #459BEA;
}
</style>
border-color css
<style>
span { border-color: #459BEA; }
span { border-color: rgb(69,155,234); }
td.TdClassName
{
border-color: #459BEA;
}
.TagClassName
{
border-color: #459BEA;
}
</style>