Shades of Cornflower Blue #638DFE
Tints of Cornflower Blue #638DFE
RGB
CMYK
RGB Variations
Color information
#638DFE (or 0x638DFE) is known color: Cornflower Blue. HEX triplet: 63, 8D and FE. RGB value is (99,141,254). Sum of RGB (Red+Green+Blue) = 99+141+254=494 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.04% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #638DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638DFE is #9C7201. Grayscale: #8C8C8C. Windows color (decimal): -10252802 or 16682339. OLE color: 16682339.
HSL color Cylindrical-coordinate representation of color #638DFE: hue angle of 223.74º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #638DFE is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 141 | 254 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.00 |
| HSL | 223.74º | 0.99% | 0.69% | - |
| HSV(B) | 223.74º | 0.61% | 1% | - |
| XYZ | 32.56 | 28.86 | 97.62 | - |
| YUV | 141.32 | 191.59 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 141 | 254 | 0.61 | 0.44 | 0 | 0.00 | 223.74 | 0.99 | 0.69 |
| Hex | 63 | 8D | FE | 3D | 2C | 0 | 0 | E0 | 63 | 45 |
| Octal | 143 | 215 | 376 | 75 | 54 | 0 | 0 | 340 | 143 | 105 |
| Binary | 1100011 | 10001101 | 11111110 | 111101 | 101100 | 0 | 0 | 11100000 | 1100011 | 1000101 |
Color Harmonies of #638DFE
Complementary color
Monochromatic Colors of #638DFE
Black with #638DFE
Text Example
Text Example
White with #638DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638DFE; }
p { color: rgb(99,141,254); }
H1.HeaderClassName
{
color: #638DFE;
}
.AnyTagClassName
{
color: #638DFE;
}
</style>
background-color css
<style>
a { background-color: #638DFE; }
a { background-color: rgb(99,141,254); }
div.DivClassName
{
background-color: #638DFE;
}
.BgClassName
{
background-color: #638DFE;
}
</style>
border-color css
<style>
span { border-color: #638DFE; }
span { border-color: rgb(99,141,254); }
td.TdClassName
{
border-color: #638DFE;
}
.TagClassName
{
border-color: #638DFE;
}
</style>