Shades of Cornflower Blue #63A7FD
Tints of Cornflower Blue #63A7FD
RGB
CMYK
RGB Variations
Color information
#63A7FD (or 0x63A7FD) is known color: Cornflower Blue. HEX triplet: 63, A7 and FD. RGB value is (99,167,253). Sum of RGB (Red+Green+Blue) = 99+167+253=519 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.08% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #63A7FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A7FD is #9C5802. Grayscale: #9C9C9C. Windows color (decimal): -10246147 or 16623459. OLE color: 16623459.
HSL color Cylindrical-coordinate representation of color #63A7FD: hue angle of 213.51º 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 #63A7FD is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 167 | 253 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.01 |
| HSL | 213.51º | 0.97% | 0.69% | - |
| HSV(B) | 213.51º | 0.61% | 0.99% | - |
| XYZ | 36.69 | 37.38 | 98.21 | - |
| YUV | 156.47 | 182.47 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 167 | 253 | 0.61 | 0.34 | 0 | 0.01 | 213.51 | 0.97 | 0.69 |
| Hex | 63 | A7 | FD | 3D | 22 | 0 | 1 | D6 | 61 | 45 |
| Octal | 143 | 247 | 375 | 75 | 42 | 0 | 1 | 326 | 141 | 105 |
| Binary | 1100011 | 10100111 | 11111101 | 111101 | 100010 | 0 | 1 | 11010110 | 1100001 | 1000101 |
Color Harmonies of #63A7FD
Complementary color
Monochromatic Colors of #63A7FD
Black with #63A7FD
Text Example
Text Example
White with #63A7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A7FD; }
p { color: rgb(99,167,253); }
H1.HeaderClassName
{
color: #63A7FD;
}
.AnyTagClassName
{
color: #63A7FD;
}
</style>
background-color css
<style>
a { background-color: #63A7FD; }
a { background-color: rgb(99,167,253); }
div.DivClassName
{
background-color: #63A7FD;
}
.BgClassName
{
background-color: #63A7FD;
}
</style>
border-color css
<style>
span { border-color: #63A7FD; }
span { border-color: rgb(99,167,253); }
td.TdClassName
{
border-color: #63A7FD;
}
.TagClassName
{
border-color: #63A7FD;
}
</style>