Shades of Cornflower Blue #63A7F0
Tints of Cornflower Blue #63A7F0
RGB
CMYK
RGB Variations
Color information
#63A7F0 (or 0x63A7F0) is known color: Cornflower Blue. HEX triplet: 63, A7 and F0. RGB value is (99,167,240). Sum of RGB (Red+Green+Blue) = 99+167+240=506 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.57% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #63A7F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A7F0 is #9C580F. Grayscale: #9A9A9A. Windows color (decimal): -10246160 or 15771491. OLE color: 15771491.
HSL color Cylindrical-coordinate representation of color #63A7F0: hue angle of 211.06º 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 #63A7F0 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 167 | 240 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.06 |
| HSL | 211.06º | 0.82% | 0.66% | - |
| HSV(B) | 211.06º | 0.59% | 0.94% | - |
| XYZ | 34.69 | 36.58 | 87.67 | - |
| YUV | 154.99 | 175.97 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 167 | 240 | 0.59 | 0.30 | 0 | 0.06 | 211.06 | 0.82 | 0.66 |
| Hex | 63 | A7 | F0 | 3B | 1E | 0 | 6 | D3 | 52 | 42 |
| Octal | 143 | 247 | 360 | 73 | 36 | 0 | 6 | 323 | 122 | 102 |
| Binary | 1100011 | 10100111 | 11110000 | 111011 | 11110 | 0 | 110 | 11010011 | 1010010 | 1000010 |
Color Harmonies of #63A7F0
Complementary color
Monochromatic Colors of #63A7F0
Black with #63A7F0
Text Example
Text Example
White with #63A7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A7F0; }
p { color: rgb(99,167,240); }
H1.HeaderClassName
{
color: #63A7F0;
}
.AnyTagClassName
{
color: #63A7F0;
}
</style>
background-color css
<style>
a { background-color: #63A7F0; }
a { background-color: rgb(99,167,240); }
div.DivClassName
{
background-color: #63A7F0;
}
.BgClassName
{
background-color: #63A7F0;
}
</style>
border-color css
<style>
span { border-color: #63A7F0; }
span { border-color: rgb(99,167,240); }
td.TdClassName
{
border-color: #63A7F0;
}
.TagClassName
{
border-color: #63A7F0;
}
</style>