Shades of Cornflower Blue #638ADB
Tints of Cornflower Blue #638ADB
RGB
CMYK
RGB Variations
Color information
#638ADB (or 0x638ADB) is known color: Cornflower Blue. HEX triplet: 63, 8A and DB. RGB value is (99,138,219). Sum of RGB (Red+Green+Blue) = 99+138+219=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #638ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ADB is #9C7524. Grayscale: #878787. Windows color (decimal): -10253605 or 14387811. OLE color: 14387811.
HSL color Cylindrical-coordinate representation of color #638ADB: hue angle of 220.5º 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 #638ADB is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 138 | 219 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.14 |
| HSL | 220.5º | 0.63% | 0.62% | - |
| HSV(B) | 220.5º | 0.55% | 0.86% | - |
| XYZ | 27.02 | 25.94 | 70.6 | - |
| YUV | 135.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 219 | 0.55 | 0.37 | 0 | 0.14 | 220.5 | 0.63 | 0.62 |
| Hex | 63 | 8A | DB | 37 | 25 | 0 | E | DC | 3E | 3E |
| Octal | 143 | 212 | 333 | 67 | 45 | 0 | 16 | 334 | 76 | 76 |
| Binary | 1100011 | 10001010 | 11011011 | 110111 | 100101 | 0 | 1110 | 11011100 | 111110 | 111110 |
Color Harmonies of #638ADB
Complementary color
Monochromatic Colors of #638ADB
Black with #638ADB
Text Example
Text Example
White with #638ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638ADB; }
p { color: rgb(99,138,219); }
H1.HeaderClassName
{
color: #638ADB;
}
.AnyTagClassName
{
color: #638ADB;
}
</style>
background-color css
<style>
a { background-color: #638ADB; }
a { background-color: rgb(99,138,219); }
div.DivClassName
{
background-color: #638ADB;
}
.BgClassName
{
background-color: #638ADB;
}
</style>
border-color css
<style>
span { border-color: #638ADB; }
span { border-color: rgb(99,138,219); }
td.TdClassName
{
border-color: #638ADB;
}
.TagClassName
{
border-color: #638ADB;
}
</style>