Shades of Cornflower Blue #63A8FD
Tints of Cornflower Blue #63A8FD
RGB
CMYK
RGB Variations
Color information
#63A8FD (or 0x63A8FD) is known color: Cornflower Blue. HEX triplet: 63, A8 and FD. RGB value is (99,168,253). Sum of RGB (Red+Green+Blue) = 99+168+253=520 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.04% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #63A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A8FD is #9C5702. Grayscale: #9C9C9C. Windows color (decimal): -10245891 or 16623715. OLE color: 16623715.
HSL color Cylindrical-coordinate representation of color #63A8FD: hue angle of 213.12º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63A8FD is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 168 | 253 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.01 |
| HSL | 213.12º | 0.97% | 0.69% | - |
| HSV(B) | 213.12º | 0.61% | 0.99% | - |
| XYZ | 36.88 | 37.75 | 98.27 | - |
| YUV | 157.06 | 182.14 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 168 | 253 | 0.61 | 0.34 | 0 | 0.01 | 213.12 | 0.97 | 0.69 |
| Hex | 63 | A8 | FD | 3D | 22 | 0 | 1 | D5 | 61 | 45 |
| Octal | 143 | 250 | 375 | 75 | 42 | 0 | 1 | 325 | 141 | 105 |
| Binary | 1100011 | 10101000 | 11111101 | 111101 | 100010 | 0 | 1 | 11010101 | 1100001 | 1000101 |
Color Harmonies of #63A8FD
Complementary color
Monochromatic Colors of #63A8FD
Black with #63A8FD
Text Example
Text Example
White with #63A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A8FD; }
p { color: rgb(99,168,253); }
H1.HeaderClassName
{
color: #63A8FD;
}
.AnyTagClassName
{
color: #63A8FD;
}
</style>
background-color css
<style>
a { background-color: #63A8FD; }
a { background-color: rgb(99,168,253); }
div.DivClassName
{
background-color: #63A8FD;
}
.BgClassName
{
background-color: #63A8FD;
}
</style>
border-color css
<style>
span { border-color: #63A8FD; }
span { border-color: rgb(99,168,253); }
td.TdClassName
{
border-color: #63A8FD;
}
.TagClassName
{
border-color: #63A8FD;
}
</style>