Shades of Cornflower Blue #63A3ED
Tints of Cornflower Blue #63A3ED
RGB
CMYK
RGB Variations
Color information
#63A3ED (or 0x63A3ED) is known color: Cornflower Blue. HEX triplet: 63, A3 and ED. RGB value is (99,163,237). Sum of RGB (Red+Green+Blue) = 99+163+237=499 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.84% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #63A3ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A3ED is #9C5C12. Grayscale: #979797. Windows color (decimal): -10247187 or 15573859. OLE color: 15573859.
HSL color Cylindrical-coordinate representation of color #63A3ED: hue angle of 212.17º 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 #63A3ED is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 163 | 237 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.07 |
| HSL | 212.17º | 0.79% | 0.66% | - |
| HSV(B) | 212.17º | 0.58% | 0.93% | - |
| XYZ | 33.53 | 34.96 | 85.1 | - |
| YUV | 152.3 | 175.8 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 163 | 237 | 0.58 | 0.31 | 0 | 0.07 | 212.17 | 0.79 | 0.66 |
| Hex | 63 | A3 | ED | 3A | 1F | 0 | 7 | D4 | 4F | 42 |
| Octal | 143 | 243 | 355 | 72 | 37 | 0 | 7 | 324 | 117 | 102 |
| Binary | 1100011 | 10100011 | 11101101 | 111010 | 11111 | 0 | 111 | 11010100 | 1001111 | 1000010 |
Color Harmonies of #63A3ED
Complementary color
Monochromatic Colors of #63A3ED
Black with #63A3ED
Text Example
Text Example
White with #63A3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A3ED; }
p { color: rgb(99,163,237); }
H1.HeaderClassName
{
color: #63A3ED;
}
.AnyTagClassName
{
color: #63A3ED;
}
</style>
background-color css
<style>
a { background-color: #63A3ED; }
a { background-color: rgb(99,163,237); }
div.DivClassName
{
background-color: #63A3ED;
}
.BgClassName
{
background-color: #63A3ED;
}
</style>
border-color css
<style>
span { border-color: #63A3ED; }
span { border-color: rgb(99,163,237); }
td.TdClassName
{
border-color: #63A3ED;
}
.TagClassName
{
border-color: #63A3ED;
}
</style>