Shades of Cornflower Blue #638FFC
Tints of Cornflower Blue #638FFC
RGB
CMYK
RGB Variations
Color information
#638FFC (or 0x638FFC) is known color: Cornflower Blue. HEX triplet: 63, 8F and FC. RGB value is (99,143,252). Sum of RGB (Red+Green+Blue) = 99+143+252=494 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.04% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #638FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638FFC is #9C7003. Grayscale: #8D8D8D. Windows color (decimal): -10252292 or 16551779. OLE color: 16551779.
HSL color Cylindrical-coordinate representation of color #638FFC: hue angle of 222.75º 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 #638FFC is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 143 | 252 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.01 |
| HSL | 222.75º | 0.96% | 0.69% | - |
| HSV(B) | 222.75º | 0.61% | 0.99% | - |
| XYZ | 32.54 | 29.33 | 96.04 | - |
| YUV | 142.27 | 189.92 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 252 | 0.61 | 0.43 | 0 | 0.01 | 222.75 | 0.96 | 0.69 |
| Hex | 63 | 8F | FC | 3D | 2B | 0 | 1 | DF | 60 | 45 |
| Octal | 143 | 217 | 374 | 75 | 53 | 0 | 1 | 337 | 140 | 105 |
| Binary | 1100011 | 10001111 | 11111100 | 111101 | 101011 | 0 | 1 | 11011111 | 1100000 | 1000101 |
Color Harmonies of #638FFC
Complementary color
Monochromatic Colors of #638FFC
Black with #638FFC
Text Example
Text Example
White with #638FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638FFC; }
p { color: rgb(99,143,252); }
H1.HeaderClassName
{
color: #638FFC;
}
.AnyTagClassName
{
color: #638FFC;
}
</style>
background-color css
<style>
a { background-color: #638FFC; }
a { background-color: rgb(99,143,252); }
div.DivClassName
{
background-color: #638FFC;
}
.BgClassName
{
background-color: #638FFC;
}
</style>
border-color css
<style>
span { border-color: #638FFC; }
span { border-color: rgb(99,143,252); }
td.TdClassName
{
border-color: #638FFC;
}
.TagClassName
{
border-color: #638FFC;
}
</style>