Shades of Summer Sky #419EDB
Tints of Summer Sky #419EDB
RGB
CMYK
RGB Variations
Color information
#419EDB (or 0x419EDB) is known color: Summer Sky. HEX triplet: 41, 9E and DB. RGB value is (65,158,219). Sum of RGB (Red+Green+Blue) = 65+158+219=442 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.71% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #419EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419EDB is #BE6124. Grayscale: #888888. Windows color (decimal): -12476709 or 14392897. OLE color: 14392897.
HSL color Cylindrical-coordinate representation of color #419EDB: hue angle of 203.77º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #419EDB is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 158 | 219 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.14 |
| HSL | 203.77º | 0.68% | 0.56% | - |
| HSV(B) | 203.77º | 0.7% | 0.86% | - |
| XYZ | 27.19 | 30.69 | 71.51 | - |
| YUV | 137.15 | 174.19 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 158 | 219 | 0.70 | 0.28 | 0 | 0.14 | 203.77 | 0.68 | 0.56 |
| Hex | 41 | 9E | DB | 46 | 1C | 0 | E | CC | 44 | 38 |
| Octal | 101 | 236 | 333 | 106 | 34 | 0 | 16 | 314 | 104 | 70 |
| Binary | 1000001 | 10011110 | 11011011 | 1000110 | 11100 | 0 | 1110 | 11001100 | 1000100 | 111000 |
Color Harmonies of #419EDB
Complementary color
Monochromatic Colors of #419EDB
Black with #419EDB
Text Example
Text Example
White with #419EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419EDB; }
p { color: rgb(65,158,219); }
H1.HeaderClassName
{
color: #419EDB;
}
.AnyTagClassName
{
color: #419EDB;
}
</style>
background-color css
<style>
a { background-color: #419EDB; }
a { background-color: rgb(65,158,219); }
div.DivClassName
{
background-color: #419EDB;
}
.BgClassName
{
background-color: #419EDB;
}
</style>
border-color css
<style>
span { border-color: #419EDB; }
span { border-color: rgb(65,158,219); }
td.TdClassName
{
border-color: #419EDB;
}
.TagClassName
{
border-color: #419EDB;
}
</style>