Shades of Cornflower Blue #658BDA
Tints of Cornflower Blue #658BDA
RGB
CMYK
RGB Variations
Color information
#658BDA (or 0x658BDA) is known color: Cornflower Blue. HEX triplet: 65, 8B and DA. RGB value is (101,139,218). Sum of RGB (Red+Green+Blue) = 101+139+218=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #658BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658BDA is #9A7425. Grayscale: #888888. Windows color (decimal): -10122278 or 14322533. OLE color: 14322533.
HSL color Cylindrical-coordinate representation of color #658BDA: hue angle of 220.51º 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 #658BDA is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 139 | 218 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.15 |
| HSL | 220.51º | 0.61% | 0.63% | - |
| HSV(B) | 220.51º | 0.54% | 0.85% | - |
| XYZ | 27.25 | 26.29 | 69.97 | - |
| YUV | 136.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 218 | 0.54 | 0.36 | 0 | 0.15 | 220.51 | 0.61 | 0.63 |
| Hex | 65 | 8B | DA | 36 | 24 | 0 | F | DD | 3D | 3F |
| Octal | 145 | 213 | 332 | 66 | 44 | 0 | 17 | 335 | 75 | 77 |
| Binary | 1100101 | 10001011 | 11011010 | 110110 | 100100 | 0 | 1111 | 11011101 | 111101 | 111111 |
Color Harmonies of #658BDA
Complementary color
Monochromatic Colors of #658BDA
Black with #658BDA
Text Example
Text Example
White with #658BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658BDA; }
p { color: rgb(101,139,218); }
H1.HeaderClassName
{
color: #658BDA;
}
.AnyTagClassName
{
color: #658BDA;
}
</style>
background-color css
<style>
a { background-color: #658BDA; }
a { background-color: rgb(101,139,218); }
div.DivClassName
{
background-color: #658BDA;
}
.BgClassName
{
background-color: #658BDA;
}
</style>
border-color css
<style>
span { border-color: #658BDA; }
span { border-color: rgb(101,139,218); }
td.TdClassName
{
border-color: #658BDA;
}
.TagClassName
{
border-color: #658BDA;
}
</style>