Shades of Summer Sky #419ED2
Tints of Summer Sky #419ED2
RGB
CMYK
RGB Variations
Color information
#419ED2 (or 0x419ED2) is known color: Summer Sky. HEX triplet: 41, 9E and D2. RGB value is (65,158,210). Sum of RGB (Red+Green+Blue) = 65+158+210=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 210 - color contains mainly: blue. Hex color #419ED2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419ED2 is #BE612D. Grayscale: #878787. Windows color (decimal): -12476718 or 13803073. OLE color: 13803073.
HSL color Cylindrical-coordinate representation of color #419ED2: hue angle of 201.52º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #419ED2 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 158 | 210 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.18 |
| HSL | 201.52º | 0.62% | 0.54% | - |
| HSV(B) | 201.52º | 0.69% | 0.82% | - |
| XYZ | 26.04 | 30.23 | 65.44 | - |
| YUV | 136.12 | 169.69 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 158 | 210 | 0.69 | 0.25 | 0 | 0.18 | 201.52 | 0.62 | 0.54 |
| Hex | 41 | 9E | D2 | 45 | 19 | 0 | 12 | CA | 3E | 36 |
| Octal | 101 | 236 | 322 | 105 | 31 | 0 | 22 | 312 | 76 | 66 |
| Binary | 1000001 | 10011110 | 11010010 | 1000101 | 11001 | 0 | 10010 | 11001010 | 111110 | 110110 |
Color Harmonies of #419ED2
Complementary color
Monochromatic Colors of #419ED2
Black with #419ED2
Text Example
Text Example
White with #419ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419ED2; }
p { color: rgb(65,158,210); }
H1.HeaderClassName
{
color: #419ED2;
}
.AnyTagClassName
{
color: #419ED2;
}
</style>
background-color css
<style>
a { background-color: #419ED2; }
a { background-color: rgb(65,158,210); }
div.DivClassName
{
background-color: #419ED2;
}
.BgClassName
{
background-color: #419ED2;
}
</style>
border-color css
<style>
span { border-color: #419ED2; }
span { border-color: rgb(65,158,210); }
td.TdClassName
{
border-color: #419ED2;
}
.TagClassName
{
border-color: #419ED2;
}
</style>