Shades of Cornflower Blue #638CFC
Tints of Cornflower Blue #638CFC
RGB
CMYK
RGB Variations
Color information
#638CFC (or 0x638CFC) is known color: Cornflower Blue. HEX triplet: 63, 8C and FC. RGB value is (99,140,252). Sum of RGB (Red+Green+Blue) = 99+140+252=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #638CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638CFC is #9C7303. Grayscale: #8C8C8C. Windows color (decimal): -10253060 or 16551011. OLE color: 16551011.
HSL color Cylindrical-coordinate representation of color #638CFC: hue angle of 223.92º degrees, saturation: 0.96, 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 #638CFC is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 140 | 252 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.01 |
| HSL | 223.92º | 0.96% | 0.69% | - |
| HSV(B) | 223.92º | 0.61% | 0.99% | - |
| XYZ | 32.09 | 28.44 | 95.89 | - |
| YUV | 140.51 | 190.92 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 140 | 252 | 0.61 | 0.44 | 0 | 0.01 | 223.92 | 0.96 | 0.69 |
| Hex | 63 | 8C | FC | 3D | 2C | 0 | 1 | E0 | 60 | 45 |
| Octal | 143 | 214 | 374 | 75 | 54 | 0 | 1 | 340 | 140 | 105 |
| Binary | 1100011 | 10001100 | 11111100 | 111101 | 101100 | 0 | 1 | 11100000 | 1100000 | 1000101 |
Color Harmonies of #638CFC
Complementary color
Monochromatic Colors of #638CFC
Black with #638CFC
Text Example
Text Example
White with #638CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638CFC; }
p { color: rgb(99,140,252); }
H1.HeaderClassName
{
color: #638CFC;
}
.AnyTagClassName
{
color: #638CFC;
}
</style>
background-color css
<style>
a { background-color: #638CFC; }
a { background-color: rgb(99,140,252); }
div.DivClassName
{
background-color: #638CFC;
}
.BgClassName
{
background-color: #638CFC;
}
</style>
border-color css
<style>
span { border-color: #638CFC; }
span { border-color: rgb(99,140,252); }
td.TdClassName
{
border-color: #638CFC;
}
.TagClassName
{
border-color: #638CFC;
}
</style>