Shades of Cornflower Blue #63A1F0
Tints of Cornflower Blue #63A1F0
RGB
CMYK
RGB Variations
Color information
#63A1F0 (or 0x63A1F0) is known color: Cornflower Blue. HEX triplet: 63, A1 and F0. RGB value is (99,161,240). Sum of RGB (Red+Green+Blue) = 99+161+240=500 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.8% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #63A1F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A1F0 is #9C5E0F. Grayscale: #979797. Windows color (decimal): -10247696 or 15769955. OLE color: 15769955.
HSL color Cylindrical-coordinate representation of color #63A1F0: hue angle of 213.62º 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 #63A1F0 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 161 | 240 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.06 |
| HSL | 213.62º | 0.82% | 0.66% | - |
| HSV(B) | 213.62º | 0.59% | 0.94% | - |
| XYZ | 33.62 | 34.43 | 87.31 | - |
| YUV | 151.47 | 177.96 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 240 | 0.59 | 0.33 | 0 | 0.06 | 213.62 | 0.82 | 0.66 |
| Hex | 63 | A1 | F0 | 3B | 21 | 0 | 6 | D6 | 52 | 42 |
| Octal | 143 | 241 | 360 | 73 | 41 | 0 | 6 | 326 | 122 | 102 |
| Binary | 1100011 | 10100001 | 11110000 | 111011 | 100001 | 0 | 110 | 11010110 | 1010010 | 1000010 |
Color Harmonies of #63A1F0
Complementary color
Monochromatic Colors of #63A1F0
Black with #63A1F0
Text Example
Text Example
White with #63A1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A1F0; }
p { color: rgb(99,161,240); }
H1.HeaderClassName
{
color: #63A1F0;
}
.AnyTagClassName
{
color: #63A1F0;
}
</style>
background-color css
<style>
a { background-color: #63A1F0; }
a { background-color: rgb(99,161,240); }
div.DivClassName
{
background-color: #63A1F0;
}
.BgClassName
{
background-color: #63A1F0;
}
</style>
border-color css
<style>
span { border-color: #63A1F0; }
span { border-color: rgb(99,161,240); }
td.TdClassName
{
border-color: #63A1F0;
}
.TagClassName
{
border-color: #63A1F0;
}
</style>