Shades of Cornflower Blue #63A9F0
Tints of Cornflower Blue #63A9F0
RGB
CMYK
RGB Variations
Color information
#63A9F0 (or 0x63A9F0) is known color: Cornflower Blue. HEX triplet: 63, A9 and F0. RGB value is (99,169,240). Sum of RGB (Red+Green+Blue) = 99+169+240=508 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.49% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #63A9F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A9F0 is #9C560F. Grayscale: #9B9B9B. Windows color (decimal): -10245648 or 15772003. OLE color: 15772003.
HSL color Cylindrical-coordinate representation of color #63A9F0: hue angle of 210.21º 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 #63A9F0 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 169 | 240 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.06 |
| HSL | 210.21º | 0.82% | 0.66% | - |
| HSV(B) | 210.21º | 0.59% | 0.94% | - |
| XYZ | 35.06 | 37.32 | 87.79 | - |
| YUV | 156.16 | 175.31 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 169 | 240 | 0.59 | 0.30 | 0 | 0.06 | 210.21 | 0.82 | 0.66 |
| Hex | 63 | A9 | F0 | 3B | 1E | 0 | 6 | D2 | 52 | 42 |
| Octal | 143 | 251 | 360 | 73 | 36 | 0 | 6 | 322 | 122 | 102 |
| Binary | 1100011 | 10101001 | 11110000 | 111011 | 11110 | 0 | 110 | 11010010 | 1010010 | 1000010 |
Color Harmonies of #63A9F0
Complementary color
Monochromatic Colors of #63A9F0
Black with #63A9F0
Text Example
Text Example
White with #63A9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A9F0; }
p { color: rgb(99,169,240); }
H1.HeaderClassName
{
color: #63A9F0;
}
.AnyTagClassName
{
color: #63A9F0;
}
</style>
background-color css
<style>
a { background-color: #63A9F0; }
a { background-color: rgb(99,169,240); }
div.DivClassName
{
background-color: #63A9F0;
}
.BgClassName
{
background-color: #63A9F0;
}
</style>
border-color css
<style>
span { border-color: #63A9F0; }
span { border-color: rgb(99,169,240); }
td.TdClassName
{
border-color: #63A9F0;
}
.TagClassName
{
border-color: #63A9F0;
}
</style>