Shades of Cornflower Blue #658FDA
Tints of Cornflower Blue #658FDA
RGB
CMYK
RGB Variations
Color information
#658FDA (or 0x658FDA) is known color: Cornflower Blue. HEX triplet: 65, 8F and DA. RGB value is (101,143,218). Sum of RGB (Red+Green+Blue) = 101+143+218=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #658FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658FDA is #9A7025. Grayscale: #8A8A8A. Windows color (decimal): -10121254 or 14323557. OLE color: 14323557.
HSL color Cylindrical-coordinate representation of color #658FDA: hue angle of 218.46º 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 #658FDA is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 143 | 218 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.15 |
| HSL | 218.46º | 0.61% | 0.63% | - |
| HSV(B) | 218.46º | 0.54% | 0.85% | - |
| XYZ | 27.84 | 27.47 | 70.17 | - |
| YUV | 138.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 218 | 0.54 | 0.34 | 0 | 0.15 | 218.46 | 0.61 | 0.63 |
| Hex | 65 | 8F | DA | 36 | 22 | 0 | F | DA | 3D | 3F |
| Octal | 145 | 217 | 332 | 66 | 42 | 0 | 17 | 332 | 75 | 77 |
| Binary | 1100101 | 10001111 | 11011010 | 110110 | 100010 | 0 | 1111 | 11011010 | 111101 | 111111 |
Color Harmonies of #658FDA
Complementary color
Monochromatic Colors of #658FDA
Black with #658FDA
Text Example
Text Example
White with #658FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658FDA; }
p { color: rgb(101,143,218); }
H1.HeaderClassName
{
color: #658FDA;
}
.AnyTagClassName
{
color: #658FDA;
}
</style>
background-color css
<style>
a { background-color: #658FDA; }
a { background-color: rgb(101,143,218); }
div.DivClassName
{
background-color: #658FDA;
}
.BgClassName
{
background-color: #658FDA;
}
</style>
border-color css
<style>
span { border-color: #658FDA; }
span { border-color: rgb(101,143,218); }
td.TdClassName
{
border-color: #658FDA;
}
.TagClassName
{
border-color: #658FDA;
}
</style>