Shades of Cornflower Blue #658FDF
Tints of Cornflower Blue #658FDF
RGB
CMYK
RGB Variations
Color information
#658FDF (or 0x658FDF) is known color: Cornflower Blue. HEX triplet: 65, 8F and DF. RGB value is (101,143,223). Sum of RGB (Red+Green+Blue) = 101+143+223=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #658FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658FDF is #9A7020. Grayscale: #8B8B8B. Windows color (decimal): -10121249 or 14651237. OLE color: 14651237.
HSL color Cylindrical-coordinate representation of color #658FDF: hue angle of 219.34º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #658FDF is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 143 | 223 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.13 |
| HSL | 219.34º | 0.66% | 0.64% | - |
| HSV(B) | 219.34º | 0.55% | 0.87% | - |
| XYZ | 28.51 | 27.74 | 73.66 | - |
| YUV | 139.56 | 175.09 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 223 | 0.55 | 0.36 | 0 | 0.13 | 219.34 | 0.66 | 0.64 |
| Hex | 65 | 8F | DF | 37 | 24 | 0 | D | DB | 42 | 40 |
| Octal | 145 | 217 | 337 | 67 | 44 | 0 | 15 | 333 | 102 | 100 |
| Binary | 1100101 | 10001111 | 11011111 | 110111 | 100100 | 0 | 1101 | 11011011 | 1000010 | 1000000 |
Color Harmonies of #658FDF
Complementary color
Monochromatic Colors of #658FDF
Black with #658FDF
Text Example
Text Example
White with #658FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658FDF; }
p { color: rgb(101,143,223); }
H1.HeaderClassName
{
color: #658FDF;
}
.AnyTagClassName
{
color: #658FDF;
}
</style>
background-color css
<style>
a { background-color: #658FDF; }
a { background-color: rgb(101,143,223); }
div.DivClassName
{
background-color: #658FDF;
}
.BgClassName
{
background-color: #658FDF;
}
</style>
border-color css
<style>
span { border-color: #658FDF; }
span { border-color: rgb(101,143,223); }
td.TdClassName
{
border-color: #658FDF;
}
.TagClassName
{
border-color: #658FDF;
}
</style>