Shades of Cornflower Blue #638EE0
Tints of Cornflower Blue #638EE0
RGB
CMYK
RGB Variations
Color information
#638EE0 (or 0x638EE0) is known color: Cornflower Blue. HEX triplet: 63, 8E and E0. RGB value is (99,142,224). Sum of RGB (Red+Green+Blue) = 99+142+224=465 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.29% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #638EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638EE0 is #9C711F. Grayscale: #8A8A8A. Windows color (decimal): -10252576 or 14716515. OLE color: 14716515.
HSL color Cylindrical-coordinate representation of color #638EE0: hue angle of 219.36º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #638EE0 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 142 | 224 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.12 |
| HSL | 219.36º | 0.67% | 0.63% | - |
| HSV(B) | 219.36º | 0.56% | 0.88% | - |
| XYZ | 28.27 | 27.38 | 74.32 | - |
| YUV | 138.49 | 176.25 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 142 | 224 | 0.56 | 0.37 | 0 | 0.12 | 219.36 | 0.67 | 0.63 |
| Hex | 63 | 8E | E0 | 38 | 25 | 0 | C | DB | 43 | 3F |
| Octal | 143 | 216 | 340 | 70 | 45 | 0 | 14 | 333 | 103 | 77 |
| Binary | 1100011 | 10001110 | 11100000 | 111000 | 100101 | 0 | 1100 | 11011011 | 1000011 | 111111 |
Color Harmonies of #638EE0
Complementary color
Monochromatic Colors of #638EE0
Black with #638EE0
Text Example
Text Example
White with #638EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638EE0; }
p { color: rgb(99,142,224); }
H1.HeaderClassName
{
color: #638EE0;
}
.AnyTagClassName
{
color: #638EE0;
}
</style>
background-color css
<style>
a { background-color: #638EE0; }
a { background-color: rgb(99,142,224); }
div.DivClassName
{
background-color: #638EE0;
}
.BgClassName
{
background-color: #638EE0;
}
</style>
border-color css
<style>
span { border-color: #638EE0; }
span { border-color: rgb(99,142,224); }
td.TdClassName
{
border-color: #638EE0;
}
.TagClassName
{
border-color: #638EE0;
}
</style>