Shades of Cornflower Blue #638FEC
Tints of Cornflower Blue #638FEC
RGB
CMYK
RGB Variations
Color information
#638FEC (or 0x638FEC) is known color: Cornflower Blue. HEX triplet: 63, 8F and EC. RGB value is (99,143,236). Sum of RGB (Red+Green+Blue) = 99+143+236=478 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.71% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #638FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638FEC is #9C7013. Grayscale: #8C8C8C. Windows color (decimal): -10252308 or 15503203. OLE color: 15503203.
HSL color Cylindrical-coordinate representation of color #638FEC: hue angle of 220.73º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #638FEC is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 143 | 236 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.07 |
| HSL | 220.73º | 0.78% | 0.66% | - |
| HSV(B) | 220.73º | 0.58% | 0.93% | - |
| XYZ | 30.11 | 28.35 | 83.24 | - |
| YUV | 140.45 | 181.92 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 236 | 0.58 | 0.39 | 0 | 0.07 | 220.73 | 0.78 | 0.66 |
| Hex | 63 | 8F | EC | 3A | 27 | 0 | 7 | DD | 4E | 42 |
| Octal | 143 | 217 | 354 | 72 | 47 | 0 | 7 | 335 | 116 | 102 |
| Binary | 1100011 | 10001111 | 11101100 | 111010 | 100111 | 0 | 111 | 11011101 | 1001110 | 1000010 |
Color Harmonies of #638FEC
Complementary color
Monochromatic Colors of #638FEC
Black with #638FEC
Text Example
Text Example
White with #638FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638FEC; }
p { color: rgb(99,143,236); }
H1.HeaderClassName
{
color: #638FEC;
}
.AnyTagClassName
{
color: #638FEC;
}
</style>
background-color css
<style>
a { background-color: #638FEC; }
a { background-color: rgb(99,143,236); }
div.DivClassName
{
background-color: #638FEC;
}
.BgClassName
{
background-color: #638FEC;
}
</style>
border-color css
<style>
span { border-color: #638FEC; }
span { border-color: rgb(99,143,236); }
td.TdClassName
{
border-color: #638FEC;
}
.TagClassName
{
border-color: #638FEC;
}
</style>