Shades of Cornflower Blue #638ADC
Tints of Cornflower Blue #638ADC
RGB
CMYK
RGB Variations
Color information
#638ADC (or 0x638ADC) is known color: Cornflower Blue. HEX triplet: 63, 8A and DC. RGB value is (99,138,220). Sum of RGB (Red+Green+Blue) = 99+138+220=457 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.66% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #638ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ADC is #9C7523. Grayscale: #878787. Windows color (decimal): -10253604 or 14453347. OLE color: 14453347.
HSL color Cylindrical-coordinate representation of color #638ADC: hue angle of 220.66º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #638ADC is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 138 | 220 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.14 |
| HSL | 220.66º | 0.63% | 0.63% | - |
| HSV(B) | 220.66º | 0.55% | 0.86% | - |
| XYZ | 27.15 | 26 | 71.3 | - |
| YUV | 135.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 220 | 0.55 | 0.37 | 0 | 0.14 | 220.66 | 0.63 | 0.63 |
| Hex | 63 | 8A | DC | 37 | 25 | 0 | E | DD | 3F | 3F |
| Octal | 143 | 212 | 334 | 67 | 45 | 0 | 16 | 335 | 77 | 77 |
| Binary | 1100011 | 10001010 | 11011100 | 110111 | 100101 | 0 | 1110 | 11011101 | 111111 | 111111 |
Color Harmonies of #638ADC
Complementary color
Monochromatic Colors of #638ADC
Black with #638ADC
Text Example
Text Example
White with #638ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638ADC; }
p { color: rgb(99,138,220); }
H1.HeaderClassName
{
color: #638ADC;
}
.AnyTagClassName
{
color: #638ADC;
}
</style>
background-color css
<style>
a { background-color: #638ADC; }
a { background-color: rgb(99,138,220); }
div.DivClassName
{
background-color: #638ADC;
}
.BgClassName
{
background-color: #638ADC;
}
</style>
border-color css
<style>
span { border-color: #638ADC; }
span { border-color: rgb(99,138,220); }
td.TdClassName
{
border-color: #638ADC;
}
.TagClassName
{
border-color: #638ADC;
}
</style>