Shades of Summer Sky #259EDB
Tints of Summer Sky #259EDB
RGB
CMYK
RGB Variations
Color information
#259EDB (or 0x259EDB) is known color: Summer Sky. HEX triplet: 25, 9E and DB. RGB value is (37,158,219). Sum of RGB (Red+Green+Blue) = 37+158+219=414 (54% of max value = 765). Red value is 37 (14.84% from 255 or 8.94% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #259EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259EDB is #DA6124. Grayscale: #808080. Windows color (decimal): -14311717 or 14392869. OLE color: 14392869.
HSL color Cylindrical-coordinate representation of color #259EDB: hue angle of 200.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #259EDB is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 158 | 219 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.14 |
| HSL | 200.11º | 0.72% | 0.5% | - |
| HSV(B) | 200.11º | 0.83% | 0.86% | - |
| XYZ | 25.78 | 29.96 | 71.44 | - |
| YUV | 128.78 | 178.91 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 158 | 219 | 0.83 | 0.28 | 0 | 0.14 | 200.11 | 0.72 | 0.5 |
| Hex | 25 | 9E | DB | 53 | 1C | 0 | E | C8 | 48 | 32 |
| Octal | 45 | 236 | 333 | 123 | 34 | 0 | 16 | 310 | 110 | 62 |
| Binary | 100101 | 10011110 | 11011011 | 1010011 | 11100 | 0 | 1110 | 11001000 | 1001000 | 110010 |
Color Harmonies of #259EDB
Complementary color
Monochromatic Colors of #259EDB
Black with #259EDB
Text Example
Text Example
White with #259EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259EDB; }
p { color: rgb(37,158,219); }
H1.HeaderClassName
{
color: #259EDB;
}
.AnyTagClassName
{
color: #259EDB;
}
</style>
background-color css
<style>
a { background-color: #259EDB; }
a { background-color: rgb(37,158,219); }
div.DivClassName
{
background-color: #259EDB;
}
.BgClassName
{
background-color: #259EDB;
}
</style>
border-color css
<style>
span { border-color: #259EDB; }
span { border-color: rgb(37,158,219); }
td.TdClassName
{
border-color: #259EDB;
}
.TagClassName
{
border-color: #259EDB;
}
</style>