Shades of Cornflower Blue #63A2ED
Tints of Cornflower Blue #63A2ED
RGB
CMYK
RGB Variations
Color information
#63A2ED (or 0x63A2ED) is known color: Cornflower Blue. HEX triplet: 63, A2 and ED. RGB value is (99,162,237). Sum of RGB (Red+Green+Blue) = 99+162+237=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #63A2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A2ED is #9C5D12. Grayscale: #979797. Windows color (decimal): -10247443 or 15573603. OLE color: 15573603.
HSL color Cylindrical-coordinate representation of color #63A2ED: hue angle of 212.61º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63A2ED is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 162 | 237 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.07 |
| HSL | 212.61º | 0.79% | 0.66% | - |
| HSV(B) | 212.61º | 0.58% | 0.93% | - |
| XYZ | 33.35 | 34.61 | 85.04 | - |
| YUV | 151.71 | 176.13 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 162 | 237 | 0.58 | 0.32 | 0 | 0.07 | 212.61 | 0.79 | 0.66 |
| Hex | 63 | A2 | ED | 3A | 20 | 0 | 7 | D5 | 4F | 42 |
| Octal | 143 | 242 | 355 | 72 | 40 | 0 | 7 | 325 | 117 | 102 |
| Binary | 1100011 | 10100010 | 11101101 | 111010 | 100000 | 0 | 111 | 11010101 | 1001111 | 1000010 |
Color Harmonies of #63A2ED
Complementary color
Monochromatic Colors of #63A2ED
Black with #63A2ED
Text Example
Text Example
White with #63A2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A2ED; }
p { color: rgb(99,162,237); }
H1.HeaderClassName
{
color: #63A2ED;
}
.AnyTagClassName
{
color: #63A2ED;
}
</style>
background-color css
<style>
a { background-color: #63A2ED; }
a { background-color: rgb(99,162,237); }
div.DivClassName
{
background-color: #63A2ED;
}
.BgClassName
{
background-color: #63A2ED;
}
</style>
border-color css
<style>
span { border-color: #63A2ED; }
span { border-color: rgb(99,162,237); }
td.TdClassName
{
border-color: #63A2ED;
}
.TagClassName
{
border-color: #63A2ED;
}
</style>