Shades of Cornflower Blue #658CEE
Tints of Cornflower Blue #658CEE
RGB
CMYK
RGB Variations
Color information
#658CEE (or 0x658CEE) is known color: Cornflower Blue. HEX triplet: 65, 8C and EE. RGB value is (101,140,238). Sum of RGB (Red+Green+Blue) = 101+140+238=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #658CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658CEE is #9A7311. Grayscale: #8B8B8B. Windows color (decimal): -10122002 or 15633509. OLE color: 15633509.
HSL color Cylindrical-coordinate representation of color #658CEE: hue angle of 222.92º 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 #658CEE is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 140 | 238 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.07 |
| HSL | 222.92º | 0.8% | 0.66% | - |
| HSV(B) | 222.92º | 0.58% | 0.93% | - |
| XYZ | 30.18 | 27.7 | 84.64 | - |
| YUV | 139.51 | 183.58 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 238 | 0.58 | 0.41 | 0 | 0.07 | 222.92 | 0.8 | 0.66 |
| Hex | 65 | 8C | EE | 3A | 29 | 0 | 7 | DF | 50 | 42 |
| Octal | 145 | 214 | 356 | 72 | 51 | 0 | 7 | 337 | 120 | 102 |
| Binary | 1100101 | 10001100 | 11101110 | 111010 | 101001 | 0 | 111 | 11011111 | 1010000 | 1000010 |
Color Harmonies of #658CEE
Complementary color
Monochromatic Colors of #658CEE
Black with #658CEE
Text Example
Text Example
White with #658CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658CEE; }
p { color: rgb(101,140,238); }
H1.HeaderClassName
{
color: #658CEE;
}
.AnyTagClassName
{
color: #658CEE;
}
</style>
background-color css
<style>
a { background-color: #658CEE; }
a { background-color: rgb(101,140,238); }
div.DivClassName
{
background-color: #658CEE;
}
.BgClassName
{
background-color: #658CEE;
}
</style>
border-color css
<style>
span { border-color: #658CEE; }
span { border-color: rgb(101,140,238); }
td.TdClassName
{
border-color: #658CEE;
}
.TagClassName
{
border-color: #658CEE;
}
</style>