Shades of Cornflower Blue #658AED
Tints of Cornflower Blue #658AED
RGB
CMYK
RGB Variations
Color information
#658AED (or 0x658AED) is known color: Cornflower Blue. HEX triplet: 65, 8A and ED. RGB value is (101,138,237). Sum of RGB (Red+Green+Blue) = 101+138+237=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #658AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658AED is #9A7512. Grayscale: #898989. Windows color (decimal): -10122515 or 15567461. OLE color: 15567461.
HSL color Cylindrical-coordinate representation of color #658AED: hue angle of 223.68º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #658AED is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 138 | 237 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.07 |
| HSL | 223.68º | 0.79% | 0.66% | - |
| HSV(B) | 223.68º | 0.57% | 0.93% | - |
| XYZ | 29.74 | 27.06 | 83.78 | - |
| YUV | 138.22 | 183.74 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 237 | 0.57 | 0.42 | 0 | 0.07 | 223.68 | 0.79 | 0.66 |
| Hex | 65 | 8A | ED | 39 | 2A | 0 | 7 | E0 | 4F | 42 |
| Octal | 145 | 212 | 355 | 71 | 52 | 0 | 7 | 340 | 117 | 102 |
| Binary | 1100101 | 10001010 | 11101101 | 111001 | 101010 | 0 | 111 | 11100000 | 1001111 | 1000010 |
Color Harmonies of #658AED
Complementary color
Monochromatic Colors of #658AED
Black with #658AED
Text Example
Text Example
White with #658AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658AED; }
p { color: rgb(101,138,237); }
H1.HeaderClassName
{
color: #658AED;
}
.AnyTagClassName
{
color: #658AED;
}
</style>
background-color css
<style>
a { background-color: #658AED; }
a { background-color: rgb(101,138,237); }
div.DivClassName
{
background-color: #658AED;
}
.BgClassName
{
background-color: #658AED;
}
</style>
border-color css
<style>
span { border-color: #658AED; }
span { border-color: rgb(101,138,237); }
td.TdClassName
{
border-color: #658AED;
}
.TagClassName
{
border-color: #658AED;
}
</style>