Shades of Summer Sky #419CDC
Tints of Summer Sky #419CDC
RGB
CMYK
RGB Variations
Color information
#419CDC (or 0x419CDC) is known color: Summer Sky. HEX triplet: 41, 9C and DC. RGB value is (65,156,220). Sum of RGB (Red+Green+Blue) = 65+156+220=441 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.74% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #419CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CDC is #BE6323. Grayscale: #878787. Windows color (decimal): -12477220 or 14457921. OLE color: 14457921.
HSL color Cylindrical-coordinate representation of color #419CDC: hue angle of 204.77º degrees, saturation: 0.69, 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 #419CDC is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 156 | 220 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.14 |
| HSL | 204.77º | 0.69% | 0.56% | - |
| HSV(B) | 204.77º | 0.7% | 0.86% | - |
| XYZ | 26.99 | 30.07 | 72.09 | - |
| YUV | 136.09 | 175.35 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 156 | 220 | 0.70 | 0.29 | 0 | 0.14 | 204.77 | 0.69 | 0.56 |
| Hex | 41 | 9C | DC | 46 | 1D | 0 | E | CD | 45 | 38 |
| Octal | 101 | 234 | 334 | 106 | 35 | 0 | 16 | 315 | 105 | 70 |
| Binary | 1000001 | 10011100 | 11011100 | 1000110 | 11101 | 0 | 1110 | 11001101 | 1000101 | 111000 |
Color Harmonies of #419CDC
Complementary color
Monochromatic Colors of #419CDC
Black with #419CDC
Text Example
Text Example
White with #419CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419CDC; }
p { color: rgb(65,156,220); }
H1.HeaderClassName
{
color: #419CDC;
}
.AnyTagClassName
{
color: #419CDC;
}
</style>
background-color css
<style>
a { background-color: #419CDC; }
a { background-color: rgb(65,156,220); }
div.DivClassName
{
background-color: #419CDC;
}
.BgClassName
{
background-color: #419CDC;
}
</style>
border-color css
<style>
span { border-color: #419CDC; }
span { border-color: rgb(65,156,220); }
td.TdClassName
{
border-color: #419CDC;
}
.TagClassName
{
border-color: #419CDC;
}
</style>