Shades of Cornflower Blue #638FED
Tints of Cornflower Blue #638FED
RGB
CMYK
RGB Variations
Color information
#638FED (or 0x638FED) is known color: Cornflower Blue. HEX triplet: 63, 8F and ED. RGB value is (99,143,237). Sum of RGB (Red+Green+Blue) = 99+143+237=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #638FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638FED is #9C7012. Grayscale: #8C8C8C. Windows color (decimal): -10252307 or 15568739. OLE color: 15568739.
HSL color Cylindrical-coordinate representation of color #638FED: hue angle of 220.87º degrees, saturation: 0.79, 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 #638FED is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 143 | 237 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.07 |
| HSL | 220.87º | 0.79% | 0.66% | - |
| HSV(B) | 220.87º | 0.58% | 0.93% | - |
| XYZ | 30.25 | 28.41 | 84.01 | - |
| YUV | 140.56 | 182.42 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 237 | 0.58 | 0.40 | 0 | 0.07 | 220.87 | 0.79 | 0.66 |
| Hex | 63 | 8F | ED | 3A | 28 | 0 | 7 | DD | 4F | 42 |
| Octal | 143 | 217 | 355 | 72 | 50 | 0 | 7 | 335 | 117 | 102 |
| Binary | 1100011 | 10001111 | 11101101 | 111010 | 101000 | 0 | 111 | 11011101 | 1001111 | 1000010 |
Color Harmonies of #638FED
Complementary color
Monochromatic Colors of #638FED
Black with #638FED
Text Example
Text Example
White with #638FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638FED; }
p { color: rgb(99,143,237); }
H1.HeaderClassName
{
color: #638FED;
}
.AnyTagClassName
{
color: #638FED;
}
</style>
background-color css
<style>
a { background-color: #638FED; }
a { background-color: rgb(99,143,237); }
div.DivClassName
{
background-color: #638FED;
}
.BgClassName
{
background-color: #638FED;
}
</style>
border-color css
<style>
span { border-color: #638FED; }
span { border-color: rgb(99,143,237); }
td.TdClassName
{
border-color: #638FED;
}
.TagClassName
{
border-color: #638FED;
}
</style>