Shades of Summer Sky #419BDB
Tints of Summer Sky #419BDB
RGB
CMYK
RGB Variations
Color information
#419BDB (or 0x419BDB) is known color: Summer Sky. HEX triplet: 41, 9B and DB. RGB value is (65,155,219). Sum of RGB (Red+Green+Blue) = 65+155+219=439 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.81% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #419BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419BDB is #BE6424. Grayscale: #878787. Windows color (decimal): -12477477 or 14392129. OLE color: 14392129.
HSL color Cylindrical-coordinate representation of color #419BDB: hue angle of 204.94º 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 #419BDB is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 155 | 219 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.14 |
| HSL | 204.94º | 0.68% | 0.56% | - |
| HSV(B) | 204.94º | 0.7% | 0.86% | - |
| XYZ | 26.69 | 29.68 | 71.34 | - |
| YUV | 135.39 | 175.18 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 155 | 219 | 0.70 | 0.29 | 0 | 0.14 | 204.94 | 0.68 | 0.56 |
| Hex | 41 | 9B | DB | 46 | 1D | 0 | E | CD | 44 | 38 |
| Octal | 101 | 233 | 333 | 106 | 35 | 0 | 16 | 315 | 104 | 70 |
| Binary | 1000001 | 10011011 | 11011011 | 1000110 | 11101 | 0 | 1110 | 11001101 | 1000100 | 111000 |
Color Harmonies of #419BDB
Complementary color
Monochromatic Colors of #419BDB
Black with #419BDB
Text Example
Text Example
White with #419BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419BDB; }
p { color: rgb(65,155,219); }
H1.HeaderClassName
{
color: #419BDB;
}
.AnyTagClassName
{
color: #419BDB;
}
</style>
background-color css
<style>
a { background-color: #419BDB; }
a { background-color: rgb(65,155,219); }
div.DivClassName
{
background-color: #419BDB;
}
.BgClassName
{
background-color: #419BDB;
}
</style>
border-color css
<style>
span { border-color: #419BDB; }
span { border-color: rgb(65,155,219); }
td.TdClassName
{
border-color: #419BDB;
}
.TagClassName
{
border-color: #419BDB;
}
</style>