Shades of Cornflower Blue #658FDC
Tints of Cornflower Blue #658FDC
RGB
CMYK
RGB Variations
Color information
#658FDC (or 0x658FDC) is known color: Cornflower Blue. HEX triplet: 65, 8F and DC. RGB value is (101,143,220). Sum of RGB (Red+Green+Blue) = 101+143+220=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #658FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658FDC is #9A7023. Grayscale: #8A8A8A. Windows color (decimal): -10121252 or 14454629. OLE color: 14454629.
HSL color Cylindrical-coordinate representation of color #658FDC: hue angle of 218.82º 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 #658FDC is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 143 | 220 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.14 |
| HSL | 218.82º | 0.63% | 0.63% | - |
| HSV(B) | 218.82º | 0.54% | 0.86% | - |
| XYZ | 28.11 | 27.58 | 71.55 | - |
| YUV | 139.22 | 173.59 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 220 | 0.54 | 0.35 | 0 | 0.14 | 218.82 | 0.63 | 0.63 |
| Hex | 65 | 8F | DC | 36 | 23 | 0 | E | DB | 3F | 3F |
| Octal | 145 | 217 | 334 | 66 | 43 | 0 | 16 | 333 | 77 | 77 |
| Binary | 1100101 | 10001111 | 11011100 | 110110 | 100011 | 0 | 1110 | 11011011 | 111111 | 111111 |
Color Harmonies of #658FDC
Complementary color
Monochromatic Colors of #658FDC
Black with #658FDC
Text Example
Text Example
White with #658FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658FDC; }
p { color: rgb(101,143,220); }
H1.HeaderClassName
{
color: #658FDC;
}
.AnyTagClassName
{
color: #658FDC;
}
</style>
background-color css
<style>
a { background-color: #658FDC; }
a { background-color: rgb(101,143,220); }
div.DivClassName
{
background-color: #658FDC;
}
.BgClassName
{
background-color: #658FDC;
}
</style>
border-color css
<style>
span { border-color: #658FDC; }
span { border-color: rgb(101,143,220); }
td.TdClassName
{
border-color: #658FDC;
}
.TagClassName
{
border-color: #658FDC;
}
</style>