Shades of Cornflower Blue #63A2FF
Tints of Cornflower Blue #63A2FF
RGB
CMYK
RGB Variations
Color information
#63A2FF (or 0x63A2FF) is known color: Cornflower Blue. HEX triplet: 63, A2 and FF. RGB value is (99,162,255). Sum of RGB (Red+Green+Blue) = 99+162+255=516 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.19% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #63A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A2FF is #9C5D00. Grayscale: #999999. Windows color (decimal): -10247425 or 16753251. OLE color: 16753251.
HSL color Cylindrical-coordinate representation of color #63A2FF: hue angle of 215.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63A2FF is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 162 | 255 | - |
| CMYK | 0.61 | 0.36 | 0 | 0 |
| HSL | 215.77º | 1% | 0.69% | - |
| HSV(B) | 215.77º | 0.61% | 1% | - |
| XYZ | 36.12 | 35.71 | 99.6 | - |
| YUV | 153.77 | 185.13 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 162 | 255 | 0.61 | 0.36 | 0 | 0 | 215.77 | 1 | 0.69 |
| Hex | 63 | A2 | FF | 3D | 24 | 0 | 0 | D8 | 64 | 45 |
| Octal | 143 | 242 | 377 | 75 | 44 | 0 | 0 | 330 | 144 | 105 |
| Binary | 1100011 | 10100010 | 11111111 | 111101 | 100100 | 0 | 0 | 11011000 | 1100100 | 1000101 |
Color Harmonies of #63A2FF
Complementary color
Monochromatic Colors of #63A2FF
Black with #63A2FF
Text Example
Text Example
White with #63A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A2FF; }
p { color: rgb(99,162,255); }
H1.HeaderClassName
{
color: #63A2FF;
}
.AnyTagClassName
{
color: #63A2FF;
}
</style>
background-color css
<style>
a { background-color: #63A2FF; }
a { background-color: rgb(99,162,255); }
div.DivClassName
{
background-color: #63A2FF;
}
.BgClassName
{
background-color: #63A2FF;
}
</style>
border-color css
<style>
span { border-color: #63A2FF; }
span { border-color: rgb(99,162,255); }
td.TdClassName
{
border-color: #63A2FF;
}
.TagClassName
{
border-color: #63A2FF;
}
</style>