Shades of Cornflower Blue #658DDA
Tints of Cornflower Blue #658DDA
RGB
CMYK
RGB Variations
Color information
#658DDA (or 0x658DDA) is known color: Cornflower Blue. HEX triplet: 65, 8D and DA. RGB value is (101,141,218). Sum of RGB (Red+Green+Blue) = 101+141+218=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #658DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DDA is #9A7225. Grayscale: #898989. Windows color (decimal): -10121766 or 14323045. OLE color: 14323045.
HSL color Cylindrical-coordinate representation of color #658DDA: hue angle of 219.49º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #658DDA is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 141 | 218 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.15 |
| HSL | 219.49º | 0.61% | 0.63% | - |
| HSV(B) | 219.49º | 0.54% | 0.85% | - |
| XYZ | 27.55 | 26.88 | 70.07 | - |
| YUV | 137.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 218 | 0.54 | 0.35 | 0 | 0.15 | 219.49 | 0.61 | 0.63 |
| Hex | 65 | 8D | DA | 36 | 23 | 0 | F | DB | 3D | 3F |
| Octal | 145 | 215 | 332 | 66 | 43 | 0 | 17 | 333 | 75 | 77 |
| Binary | 1100101 | 10001101 | 11011010 | 110110 | 100011 | 0 | 1111 | 11011011 | 111101 | 111111 |
Color Harmonies of #658DDA
Complementary color
Monochromatic Colors of #658DDA
Black with #658DDA
Text Example
Text Example
White with #658DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658DDA; }
p { color: rgb(101,141,218); }
H1.HeaderClassName
{
color: #658DDA;
}
.AnyTagClassName
{
color: #658DDA;
}
</style>
background-color css
<style>
a { background-color: #658DDA; }
a { background-color: rgb(101,141,218); }
div.DivClassName
{
background-color: #658DDA;
}
.BgClassName
{
background-color: #658DDA;
}
</style>
border-color css
<style>
span { border-color: #658DDA; }
span { border-color: rgb(101,141,218); }
td.TdClassName
{
border-color: #658DDA;
}
.TagClassName
{
border-color: #658DDA;
}
</style>