Shades of Cornflower Blue #658AD7
Tints of Cornflower Blue #658AD7
RGB
CMYK
RGB Variations
Color information
#658AD7 (or 0x658AD7) is known color: Cornflower Blue. HEX triplet: 65, 8A and D7. RGB value is (101,138,215). Sum of RGB (Red+Green+Blue) = 101+138+215=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #658AD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658AD7 is #9A7528. Grayscale: #878787. Windows color (decimal): -10122537 or 14125669. OLE color: 14125669.
HSL color Cylindrical-coordinate representation of color #658AD7: hue angle of 220.53º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #658AD7 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 138 | 215 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.16 |
| HSL | 220.53º | 0.59% | 0.62% | - |
| HSV(B) | 220.53º | 0.53% | 0.84% | - |
| XYZ | 26.72 | 25.85 | 67.87 | - |
| YUV | 135.72 | 172.74 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 215 | 0.53 | 0.36 | 0 | 0.16 | 220.53 | 0.59 | 0.62 |
| Hex | 65 | 8A | D7 | 35 | 24 | 0 | 10 | DD | 3B | 3E |
| Octal | 145 | 212 | 327 | 65 | 44 | 0 | 20 | 335 | 73 | 76 |
| Binary | 1100101 | 10001010 | 11010111 | 110101 | 100100 | 0 | 10000 | 11011101 | 111011 | 111110 |
Color Harmonies of #658AD7
Complementary color
Monochromatic Colors of #658AD7
Black with #658AD7
Text Example
Text Example
White with #658AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658AD7; }
p { color: rgb(101,138,215); }
H1.HeaderClassName
{
color: #658AD7;
}
.AnyTagClassName
{
color: #658AD7;
}
</style>
background-color css
<style>
a { background-color: #658AD7; }
a { background-color: rgb(101,138,215); }
div.DivClassName
{
background-color: #658AD7;
}
.BgClassName
{
background-color: #658AD7;
}
</style>
border-color css
<style>
span { border-color: #658AD7; }
span { border-color: rgb(101,138,215); }
td.TdClassName
{
border-color: #658AD7;
}
.TagClassName
{
border-color: #658AD7;
}
</style>