Shades of Cornflower Blue #638CFE
Tints of Cornflower Blue #638CFE
RGB
CMYK
RGB Variations
Color information
#638CFE (or 0x638CFE) is known color: Cornflower Blue. HEX triplet: 63, 8C and FE. RGB value is (99,140,254). Sum of RGB (Red+Green+Blue) = 99+140+254=493 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.08% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #638CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638CFE is #9C7301. Grayscale: #8C8C8C. Windows color (decimal): -10253058 or 16682083. OLE color: 16682083.
HSL color Cylindrical-coordinate representation of color #638CFE: hue angle of 224.13º 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 #638CFE is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 140 | 254 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.00 |
| HSL | 224.13º | 0.99% | 0.69% | - |
| HSV(B) | 224.13º | 0.61% | 1% | - |
| XYZ | 32.41 | 28.56 | 97.57 | - |
| YUV | 140.74 | 191.92 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 140 | 254 | 0.61 | 0.45 | 0 | 0.00 | 224.13 | 0.99 | 0.69 |
| Hex | 63 | 8C | FE | 3D | 2D | 0 | 0 | E0 | 63 | 45 |
| Octal | 143 | 214 | 376 | 75 | 55 | 0 | 0 | 340 | 143 | 105 |
| Binary | 1100011 | 10001100 | 11111110 | 111101 | 101101 | 0 | 0 | 11100000 | 1100011 | 1000101 |
Color Harmonies of #638CFE
Complementary color
Monochromatic Colors of #638CFE
Black with #638CFE
Text Example
Text Example
White with #638CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638CFE; }
p { color: rgb(99,140,254); }
H1.HeaderClassName
{
color: #638CFE;
}
.AnyTagClassName
{
color: #638CFE;
}
</style>
background-color css
<style>
a { background-color: #638CFE; }
a { background-color: rgb(99,140,254); }
div.DivClassName
{
background-color: #638CFE;
}
.BgClassName
{
background-color: #638CFE;
}
</style>
border-color css
<style>
span { border-color: #638CFE; }
span { border-color: rgb(99,140,254); }
td.TdClassName
{
border-color: #638CFE;
}
.TagClassName
{
border-color: #638CFE;
}
</style>