Shades of Cornflower Blue #638DDA
Tints of Cornflower Blue #638DDA
RGB
CMYK
RGB Variations
Color information
#638DDA (or 0x638DDA) is known color: Cornflower Blue. HEX triplet: 63, 8D and DA. RGB value is (99,141,218). Sum of RGB (Red+Green+Blue) = 99+141+218=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #638DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638DDA is #9C7225. Grayscale: #888888. Windows color (decimal): -10252838 or 14323043. OLE color: 14323043.
HSL color Cylindrical-coordinate representation of color #638DDA: hue angle of 218.82º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #638DDA is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 141 | 218 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.15 |
| HSL | 218.82º | 0.62% | 0.62% | - |
| HSV(B) | 218.82º | 0.55% | 0.85% | - |
| XYZ | 27.33 | 26.76 | 70.06 | - |
| YUV | 137.22 | 173.59 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 141 | 218 | 0.55 | 0.35 | 0 | 0.15 | 218.82 | 0.62 | 0.62 |
| Hex | 63 | 8D | DA | 37 | 23 | 0 | F | DB | 3E | 3E |
| Octal | 143 | 215 | 332 | 67 | 43 | 0 | 17 | 333 | 76 | 76 |
| Binary | 1100011 | 10001101 | 11011010 | 110111 | 100011 | 0 | 1111 | 11011011 | 111110 | 111110 |
Color Harmonies of #638DDA
Complementary color
Monochromatic Colors of #638DDA
Black with #638DDA
Text Example
Text Example
White with #638DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638DDA; }
p { color: rgb(99,141,218); }
H1.HeaderClassName
{
color: #638DDA;
}
.AnyTagClassName
{
color: #638DDA;
}
</style>
background-color css
<style>
a { background-color: #638DDA; }
a { background-color: rgb(99,141,218); }
div.DivClassName
{
background-color: #638DDA;
}
.BgClassName
{
background-color: #638DDA;
}
</style>
border-color css
<style>
span { border-color: #638DDA; }
span { border-color: rgb(99,141,218); }
td.TdClassName
{
border-color: #638DDA;
}
.TagClassName
{
border-color: #638DDA;
}
</style>