Shades of Cornflower Blue #638CFF
Tints of Cornflower Blue #638CFF
RGB
CMYK
RGB Variations
Color information
#638CFF (or 0x638CFF) is known color: Cornflower Blue. HEX triplet: 63, 8C and FF. RGB value is (99,140,255). Sum of RGB (Red+Green+Blue) = 99+140+255=494 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.04% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #638CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638CFF is #9C7300. Grayscale: #8C8C8C. Windows color (decimal): -10253057 or 16747619. OLE color: 16747619.
HSL color Cylindrical-coordinate representation of color #638CFF: hue angle of 224.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #638CFF is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 140 | 255 | - |
| CMYK | 0.61 | 0.45 | 0 | 0 |
| HSL | 224.23º | 1% | 0.69% | - |
| HSV(B) | 224.23º | 0.61% | 1% | - |
| XYZ | 32.57 | 28.63 | 98.42 | - |
| YUV | 140.85 | 192.42 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 140 | 255 | 0.61 | 0.45 | 0 | 0 | 224.23 | 1 | 0.69 |
| Hex | 63 | 8C | FF | 3D | 2D | 0 | 0 | E0 | 64 | 45 |
| Octal | 143 | 214 | 377 | 75 | 55 | 0 | 0 | 340 | 144 | 105 |
| Binary | 1100011 | 10001100 | 11111111 | 111101 | 101101 | 0 | 0 | 11100000 | 1100100 | 1000101 |
Color Harmonies of #638CFF
Complementary color
Monochromatic Colors of #638CFF
Black with #638CFF
Text Example
Text Example
White with #638CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638CFF; }
p { color: rgb(99,140,255); }
H1.HeaderClassName
{
color: #638CFF;
}
.AnyTagClassName
{
color: #638CFF;
}
</style>
background-color css
<style>
a { background-color: #638CFF; }
a { background-color: rgb(99,140,255); }
div.DivClassName
{
background-color: #638CFF;
}
.BgClassName
{
background-color: #638CFF;
}
</style>
border-color css
<style>
span { border-color: #638CFF; }
span { border-color: rgb(99,140,255); }
td.TdClassName
{
border-color: #638CFF;
}
.TagClassName
{
border-color: #638CFF;
}
</style>