Shades of Cornflower Blue #638FDB
Tints of Cornflower Blue #638FDB
RGB
CMYK
RGB Variations
Color information
#638FDB (or 0x638FDB) is known color: Cornflower Blue. HEX triplet: 63, 8F and DB. RGB value is (99,143,219). Sum of RGB (Red+Green+Blue) = 99+143+219=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #638FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638FDB is #9C7024. Grayscale: #8A8A8A. Windows color (decimal): -10252325 or 14389091. OLE color: 14389091.
HSL color Cylindrical-coordinate representation of color #638FDB: hue angle of 218º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #638FDB is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 143 | 219 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.14 |
| HSL | 218º | 0.63% | 0.62% | - |
| HSV(B) | 218º | 0.55% | 0.86% | - |
| XYZ | 27.75 | 27.41 | 70.85 | - |
| YUV | 138.51 | 173.42 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 219 | 0.55 | 0.35 | 0 | 0.14 | 218 | 0.63 | 0.62 |
| Hex | 63 | 8F | DB | 37 | 23 | 0 | E | DA | 3E | 3E |
| Octal | 143 | 217 | 333 | 67 | 43 | 0 | 16 | 332 | 76 | 76 |
| Binary | 1100011 | 10001111 | 11011011 | 110111 | 100011 | 0 | 1110 | 11011010 | 111110 | 111110 |
Color Harmonies of #638FDB
Complementary color
Monochromatic Colors of #638FDB
Black with #638FDB
Text Example
Text Example
White with #638FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638FDB; }
p { color: rgb(99,143,219); }
H1.HeaderClassName
{
color: #638FDB;
}
.AnyTagClassName
{
color: #638FDB;
}
</style>
background-color css
<style>
a { background-color: #638FDB; }
a { background-color: rgb(99,143,219); }
div.DivClassName
{
background-color: #638FDB;
}
.BgClassName
{
background-color: #638FDB;
}
</style>
border-color css
<style>
span { border-color: #638FDB; }
span { border-color: rgb(99,143,219); }
td.TdClassName
{
border-color: #638FDB;
}
.TagClassName
{
border-color: #638FDB;
}
</style>