Shades of Cornflower Blue #638CEF
Tints of Cornflower Blue #638CEF
RGB
CMYK
RGB Variations
Color information
#638CEF (or 0x638CEF) is known color: Cornflower Blue. HEX triplet: 63, 8C and EF. RGB value is (99,140,239). Sum of RGB (Red+Green+Blue) = 99+140+239=478 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.71% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #638CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638CEF is #9C7310. Grayscale: #8A8A8A. Windows color (decimal): -10253073 or 15699043. OLE color: 15699043.
HSL color Cylindrical-coordinate representation of color #638CEF: hue angle of 222.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #638CEF is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 140 | 239 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.06 |
| HSL | 222.43º | 0.81% | 0.66% | - |
| HSV(B) | 222.43º | 0.59% | 0.94% | - |
| XYZ | 30.1 | 27.64 | 85.41 | - |
| YUV | 139.03 | 184.42 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 140 | 239 | 0.59 | 0.41 | 0 | 0.06 | 222.43 | 0.81 | 0.66 |
| Hex | 63 | 8C | EF | 3B | 29 | 0 | 6 | DE | 51 | 42 |
| Octal | 143 | 214 | 357 | 73 | 51 | 0 | 6 | 336 | 121 | 102 |
| Binary | 1100011 | 10001100 | 11101111 | 111011 | 101001 | 0 | 110 | 11011110 | 1010001 | 1000010 |
Color Harmonies of #638CEF
Complementary color
Monochromatic Colors of #638CEF
Black with #638CEF
Text Example
Text Example
White with #638CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638CEF; }
p { color: rgb(99,140,239); }
H1.HeaderClassName
{
color: #638CEF;
}
.AnyTagClassName
{
color: #638CEF;
}
</style>
background-color css
<style>
a { background-color: #638CEF; }
a { background-color: rgb(99,140,239); }
div.DivClassName
{
background-color: #638CEF;
}
.BgClassName
{
background-color: #638CEF;
}
</style>
border-color css
<style>
span { border-color: #638CEF; }
span { border-color: rgb(99,140,239); }
td.TdClassName
{
border-color: #638CEF;
}
.TagClassName
{
border-color: #638CEF;
}
</style>