Shades of Cornflower Blue #638BDA
Tints of Cornflower Blue #638BDA
RGB
CMYK
RGB Variations
Color information
#638BDA (or 0x638BDA) is known color: Cornflower Blue. HEX triplet: 63, 8B and DA. RGB value is (99,139,218). Sum of RGB (Red+Green+Blue) = 99+139+218=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #638BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BDA is #9C7425. Grayscale: #878787. Windows color (decimal): -10253350 or 14322531. OLE color: 14322531.
HSL color Cylindrical-coordinate representation of color #638BDA: hue angle of 219.83º 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 #638BDA is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 139 | 218 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.15 |
| HSL | 219.83º | 0.62% | 0.62% | - |
| HSV(B) | 219.83º | 0.55% | 0.85% | - |
| XYZ | 27.03 | 26.18 | 69.96 | - |
| YUV | 136.05 | 174.25 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 139 | 218 | 0.55 | 0.36 | 0 | 0.15 | 219.83 | 0.62 | 0.62 |
| Hex | 63 | 8B | DA | 37 | 24 | 0 | F | DC | 3E | 3E |
| Octal | 143 | 213 | 332 | 67 | 44 | 0 | 17 | 334 | 76 | 76 |
| Binary | 1100011 | 10001011 | 11011010 | 110111 | 100100 | 0 | 1111 | 11011100 | 111110 | 111110 |
Color Harmonies of #638BDA
Complementary color
Monochromatic Colors of #638BDA
Black with #638BDA
Text Example
Text Example
White with #638BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638BDA; }
p { color: rgb(99,139,218); }
H1.HeaderClassName
{
color: #638BDA;
}
.AnyTagClassName
{
color: #638BDA;
}
</style>
background-color css
<style>
a { background-color: #638BDA; }
a { background-color: rgb(99,139,218); }
div.DivClassName
{
background-color: #638BDA;
}
.BgClassName
{
background-color: #638BDA;
}
</style>
border-color css
<style>
span { border-color: #638BDA; }
span { border-color: rgb(99,139,218); }
td.TdClassName
{
border-color: #638BDA;
}
.TagClassName
{
border-color: #638BDA;
}
</style>