Shades of Cornflower Blue #658ADC
Tints of Cornflower Blue #658ADC
RGB
CMYK
RGB Variations
Color information
#658ADC (or 0x658ADC) is known color: Cornflower Blue. HEX triplet: 65, 8A and DC. RGB value is (101,138,220). Sum of RGB (Red+Green+Blue) = 101+138+220=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #658ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658ADC is #9A7523. Grayscale: #878787. Windows color (decimal): -10122532 or 14453349. OLE color: 14453349.
HSL color Cylindrical-coordinate representation of color #658ADC: hue angle of 221.34º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #658ADC is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 138 | 220 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.14 |
| HSL | 221.34º | 0.63% | 0.63% | - |
| HSV(B) | 221.34º | 0.54% | 0.86% | - |
| XYZ | 27.37 | 26.11 | 71.31 | - |
| YUV | 136.29 | 175.24 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 220 | 0.54 | 0.37 | 0 | 0.14 | 221.34 | 0.63 | 0.63 |
| Hex | 65 | 8A | DC | 36 | 25 | 0 | E | DD | 3F | 3F |
| Octal | 145 | 212 | 334 | 66 | 45 | 0 | 16 | 335 | 77 | 77 |
| Binary | 1100101 | 10001010 | 11011100 | 110110 | 100101 | 0 | 1110 | 11011101 | 111111 | 111111 |
Color Harmonies of #658ADC
Complementary color
Monochromatic Colors of #658ADC
Black with #658ADC
Text Example
Text Example
White with #658ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658ADC; }
p { color: rgb(101,138,220); }
H1.HeaderClassName
{
color: #658ADC;
}
.AnyTagClassName
{
color: #658ADC;
}
</style>
background-color css
<style>
a { background-color: #658ADC; }
a { background-color: rgb(101,138,220); }
div.DivClassName
{
background-color: #658ADC;
}
.BgClassName
{
background-color: #658ADC;
}
</style>
border-color css
<style>
span { border-color: #658ADC; }
span { border-color: rgb(101,138,220); }
td.TdClassName
{
border-color: #658ADC;
}
.TagClassName
{
border-color: #658ADC;
}
</style>