Shades of Cornflower Blue #63A8F0
Tints of Cornflower Blue #63A8F0
RGB
CMYK
RGB Variations
Color information
#63A8F0 (or 0x63A8F0) is known color: Cornflower Blue. HEX triplet: 63, A8 and F0. RGB value is (99,168,240). Sum of RGB (Red+Green+Blue) = 99+168+240=507 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.53% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #63A8F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A8F0 is #9C570F. Grayscale: #9B9B9B. Windows color (decimal): -10245904 or 15771747. OLE color: 15771747.
HSL color Cylindrical-coordinate representation of color #63A8F0: hue angle of 210.64º degrees, saturation: 0.82, 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 #63A8F0 is Cyan = 0.59, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 168 | 240 | - |
| CMYK | 0.59 | 0.3 | 0 | 0.06 |
| HSL | 210.64º | 0.82% | 0.66% | - |
| HSV(B) | 210.64º | 0.59% | 0.94% | - |
| XYZ | 34.88 | 36.95 | 87.73 | - |
| YUV | 155.58 | 175.64 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 168 | 240 | 0.59 | 0.3 | 0 | 0.06 | 210.64 | 0.82 | 0.66 |
| Hex | 63 | A8 | F0 | 3B | 1E | 0 | 6 | D3 | 52 | 42 |
| Octal | 143 | 250 | 360 | 73 | 36 | 0 | 6 | 323 | 122 | 102 |
| Binary | 1100011 | 10101000 | 11110000 | 111011 | 11110 | 0 | 110 | 11010011 | 1010010 | 1000010 |
Color Harmonies of #63A8F0
Complementary color
Monochromatic Colors of #63A8F0
Black with #63A8F0
Text Example
Text Example
White with #63A8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A8F0; }
p { color: rgb(99,168,240); }
H1.HeaderClassName
{
color: #63A8F0;
}
.AnyTagClassName
{
color: #63A8F0;
}
</style>
background-color css
<style>
a { background-color: #63A8F0; }
a { background-color: rgb(99,168,240); }
div.DivClassName
{
background-color: #63A8F0;
}
.BgClassName
{
background-color: #63A8F0;
}
</style>
border-color css
<style>
span { border-color: #63A8F0; }
span { border-color: rgb(99,168,240); }
td.TdClassName
{
border-color: #63A8F0;
}
.TagClassName
{
border-color: #63A8F0;
}
</style>