Shades of Cornflower Blue #638CFD
Tints of Cornflower Blue #638CFD
RGB
CMYK
RGB Variations
Color information
#638CFD (or 0x638CFD) is known color: Cornflower Blue. HEX triplet: 63, 8C and FD. RGB value is (99,140,253). Sum of RGB (Red+Green+Blue) = 99+140+253=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #638CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638CFD is #9C7302. Grayscale: #8C8C8C. Windows color (decimal): -10253059 or 16616547. OLE color: 16616547.
HSL color Cylindrical-coordinate representation of color #638CFD: hue angle of 224.03º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #638CFD is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 140 | 253 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.01 |
| HSL | 224.03º | 0.97% | 0.69% | - |
| HSV(B) | 224.03º | 0.61% | 0.99% | - |
| XYZ | 32.25 | 28.5 | 96.73 | - |
| YUV | 140.62 | 191.42 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 140 | 253 | 0.61 | 0.45 | 0 | 0.01 | 224.03 | 0.97 | 0.69 |
| Hex | 63 | 8C | FD | 3D | 2D | 0 | 1 | E0 | 61 | 45 |
| Octal | 143 | 214 | 375 | 75 | 55 | 0 | 1 | 340 | 141 | 105 |
| Binary | 1100011 | 10001100 | 11111101 | 111101 | 101101 | 0 | 1 | 11100000 | 1100001 | 1000101 |
Color Harmonies of #638CFD
Complementary color
Monochromatic Colors of #638CFD
Black with #638CFD
Text Example
Text Example
White with #638CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638CFD; }
p { color: rgb(99,140,253); }
H1.HeaderClassName
{
color: #638CFD;
}
.AnyTagClassName
{
color: #638CFD;
}
</style>
background-color css
<style>
a { background-color: #638CFD; }
a { background-color: rgb(99,140,253); }
div.DivClassName
{
background-color: #638CFD;
}
.BgClassName
{
background-color: #638CFD;
}
</style>
border-color css
<style>
span { border-color: #638CFD; }
span { border-color: rgb(99,140,253); }
td.TdClassName
{
border-color: #638CFD;
}
.TagClassName
{
border-color: #638CFD;
}
</style>