Shades of Cornflower Blue #63A2EF
Tints of Cornflower Blue #63A2EF
RGB
CMYK
RGB Variations
Color information
#63A2EF (or 0x63A2EF) is known color: Cornflower Blue. HEX triplet: 63, A2 and EF. RGB value is (99,162,239). Sum of RGB (Red+Green+Blue) = 99+162+239=500 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.8% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #63A2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A2EF is #9C5D10. Grayscale: #979797. Windows color (decimal): -10247441 or 15704675. OLE color: 15704675.
HSL color Cylindrical-coordinate representation of color #63A2EF: hue angle of 213º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63A2EF is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 162 | 239 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.06 |
| HSL | 213º | 0.81% | 0.66% | - |
| HSV(B) | 213º | 0.59% | 0.94% | - |
| XYZ | 33.65 | 34.73 | 86.59 | - |
| YUV | 151.94 | 177.13 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 162 | 239 | 0.59 | 0.32 | 0 | 0.06 | 213 | 0.81 | 0.66 |
| Hex | 63 | A2 | EF | 3B | 20 | 0 | 6 | D5 | 51 | 42 |
| Octal | 143 | 242 | 357 | 73 | 40 | 0 | 6 | 325 | 121 | 102 |
| Binary | 1100011 | 10100010 | 11101111 | 111011 | 100000 | 0 | 110 | 11010101 | 1010001 | 1000010 |
Color Harmonies of #63A2EF
Complementary color
Monochromatic Colors of #63A2EF
Black with #63A2EF
Text Example
Text Example
White with #63A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A2EF; }
p { color: rgb(99,162,239); }
H1.HeaderClassName
{
color: #63A2EF;
}
.AnyTagClassName
{
color: #63A2EF;
}
</style>
background-color css
<style>
a { background-color: #63A2EF; }
a { background-color: rgb(99,162,239); }
div.DivClassName
{
background-color: #63A2EF;
}
.BgClassName
{
background-color: #63A2EF;
}
</style>
border-color css
<style>
span { border-color: #63A2EF; }
span { border-color: rgb(99,162,239); }
td.TdClassName
{
border-color: #63A2EF;
}
.TagClassName
{
border-color: #63A2EF;
}
</style>