Shades of Cornflower Blue #658FDE
Tints of Cornflower Blue #658FDE
RGB
CMYK
RGB Variations
Color information
#658FDE (or 0x658FDE) is known color: Cornflower Blue. HEX triplet: 65, 8F and DE. RGB value is (101,143,222). Sum of RGB (Red+Green+Blue) = 101+143+222=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #658FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658FDE is #9A7021. Grayscale: #8B8B8B. Windows color (decimal): -10121250 or 14585701. OLE color: 14585701.
HSL color Cylindrical-coordinate representation of color #658FDE: hue angle of 219.17º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #658FDE is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 143 | 222 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.13 |
| HSL | 219.17º | 0.65% | 0.63% | - |
| HSV(B) | 219.17º | 0.55% | 0.87% | - |
| XYZ | 28.37 | 27.69 | 72.96 | - |
| YUV | 139.45 | 174.59 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 222 | 0.55 | 0.36 | 0 | 0.13 | 219.17 | 0.65 | 0.63 |
| Hex | 65 | 8F | DE | 37 | 24 | 0 | D | DB | 41 | 3F |
| Octal | 145 | 217 | 336 | 67 | 44 | 0 | 15 | 333 | 101 | 77 |
| Binary | 1100101 | 10001111 | 11011110 | 110111 | 100100 | 0 | 1101 | 11011011 | 1000001 | 111111 |
Color Harmonies of #658FDE
Complementary color
Monochromatic Colors of #658FDE
Black with #658FDE
Text Example
Text Example
White with #658FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658FDE; }
p { color: rgb(101,143,222); }
H1.HeaderClassName
{
color: #658FDE;
}
.AnyTagClassName
{
color: #658FDE;
}
</style>
background-color css
<style>
a { background-color: #658FDE; }
a { background-color: rgb(101,143,222); }
div.DivClassName
{
background-color: #658FDE;
}
.BgClassName
{
background-color: #658FDE;
}
</style>
border-color css
<style>
span { border-color: #658FDE; }
span { border-color: rgb(101,143,222); }
td.TdClassName
{
border-color: #658FDE;
}
.TagClassName
{
border-color: #658FDE;
}
</style>