Shades of Summer Sky #419DDB
Tints of Summer Sky #419DDB
RGB
CMYK
RGB Variations
Color information
#419DDB (or 0x419DDB) is known color: Summer Sky. HEX triplet: 41, 9D and DB. RGB value is (65,157,219). Sum of RGB (Red+Green+Blue) = 65+157+219=441 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.74% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #419DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419DDB is #BE6224. Grayscale: #888888. Windows color (decimal): -12476965 or 14392641. OLE color: 14392641.
HSL color Cylindrical-coordinate representation of color #419DDB: hue angle of 204.16º 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 #419DDB is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 157 | 219 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.14 |
| HSL | 204.16º | 0.68% | 0.56% | - |
| HSV(B) | 204.16º | 0.7% | 0.86% | - |
| XYZ | 27.02 | 30.35 | 71.45 | - |
| YUV | 136.56 | 174.52 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 157 | 219 | 0.70 | 0.28 | 0 | 0.14 | 204.16 | 0.68 | 0.56 |
| Hex | 41 | 9D | DB | 46 | 1C | 0 | E | CC | 44 | 38 |
| Octal | 101 | 235 | 333 | 106 | 34 | 0 | 16 | 314 | 104 | 70 |
| Binary | 1000001 | 10011101 | 11011011 | 1000110 | 11100 | 0 | 1110 | 11001100 | 1000100 | 111000 |
Color Harmonies of #419DDB
Complementary color
Monochromatic Colors of #419DDB
Black with #419DDB
Text Example
Text Example
White with #419DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419DDB; }
p { color: rgb(65,157,219); }
H1.HeaderClassName
{
color: #419DDB;
}
.AnyTagClassName
{
color: #419DDB;
}
</style>
background-color css
<style>
a { background-color: #419DDB; }
a { background-color: rgb(65,157,219); }
div.DivClassName
{
background-color: #419DDB;
}
.BgClassName
{
background-color: #419DDB;
}
</style>
border-color css
<style>
span { border-color: #419DDB; }
span { border-color: rgb(65,157,219); }
td.TdClassName
{
border-color: #419DDB;
}
.TagClassName
{
border-color: #419DDB;
}
</style>