Shades of Cornflower Blue #658BEE
Tints of Cornflower Blue #658BEE
RGB
CMYK
RGB Variations
Color information
#658BEE (or 0x658BEE) is known color: Cornflower Blue. HEX triplet: 65, 8B and EE. RGB value is (101,139,238). Sum of RGB (Red+Green+Blue) = 101+139+238=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #658BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658BEE is #9A7411. Grayscale: #8A8A8A. Windows color (decimal): -10122258 or 15633253. OLE color: 15633253.
HSL color Cylindrical-coordinate representation of color #658BEE: hue angle of 223.36º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #658BEE is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 139 | 238 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.07 |
| HSL | 223.36º | 0.8% | 0.66% | - |
| HSV(B) | 223.36º | 0.58% | 0.93% | - |
| XYZ | 30.03 | 27.4 | 84.6 | - |
| YUV | 138.92 | 183.91 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 238 | 0.58 | 0.42 | 0 | 0.07 | 223.36 | 0.8 | 0.66 |
| Hex | 65 | 8B | EE | 3A | 2A | 0 | 7 | DF | 50 | 42 |
| Octal | 145 | 213 | 356 | 72 | 52 | 0 | 7 | 337 | 120 | 102 |
| Binary | 1100101 | 10001011 | 11101110 | 111010 | 101010 | 0 | 111 | 11011111 | 1010000 | 1000010 |
Color Harmonies of #658BEE
Complementary color
Monochromatic Colors of #658BEE
Black with #658BEE
Text Example
Text Example
White with #658BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658BEE; }
p { color: rgb(101,139,238); }
H1.HeaderClassName
{
color: #658BEE;
}
.AnyTagClassName
{
color: #658BEE;
}
</style>
background-color css
<style>
a { background-color: #658BEE; }
a { background-color: rgb(101,139,238); }
div.DivClassName
{
background-color: #658BEE;
}
.BgClassName
{
background-color: #658BEE;
}
</style>
border-color css
<style>
span { border-color: #658BEE; }
span { border-color: rgb(101,139,238); }
td.TdClassName
{
border-color: #658BEE;
}
.TagClassName
{
border-color: #658BEE;
}
</style>