Shades of Cornflower Blue #658AFE
Tints of Cornflower Blue #658AFE
RGB
CMYK
RGB Variations
Color information
#658AFE (or 0x658AFE) is known color: Cornflower Blue. HEX triplet: 65, 8A and FE. RGB value is (101,138,254). Sum of RGB (Red+Green+Blue) = 101+138+254=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #658AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658AFE is #9A7501. Grayscale: #8B8B8B. Windows color (decimal): -10122498 or 16681573. OLE color: 16681573.
HSL color Cylindrical-coordinate representation of color #658AFE: hue angle of 225.49º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #658AFE is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 138 | 254 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.00 |
| HSL | 225.49º | 0.99% | 0.7% | - |
| HSV(B) | 225.49º | 0.6% | 1% | - |
| XYZ | 32.34 | 28.1 | 97.48 | - |
| YUV | 140.16 | 192.24 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 254 | 0.60 | 0.46 | 0 | 0.00 | 225.49 | 0.99 | 0.7 |
| Hex | 65 | 8A | FE | 3C | 2E | 0 | 0 | E1 | 63 | 46 |
| Octal | 145 | 212 | 376 | 74 | 56 | 0 | 0 | 341 | 143 | 106 |
| Binary | 1100101 | 10001010 | 11111110 | 111100 | 101110 | 0 | 0 | 11100001 | 1100011 | 1000110 |
Color Harmonies of #658AFE
Complementary color
Monochromatic Colors of #658AFE
Black with #658AFE
Text Example
Text Example
White with #658AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658AFE; }
p { color: rgb(101,138,254); }
H1.HeaderClassName
{
color: #658AFE;
}
.AnyTagClassName
{
color: #658AFE;
}
</style>
background-color css
<style>
a { background-color: #658AFE; }
a { background-color: rgb(101,138,254); }
div.DivClassName
{
background-color: #658AFE;
}
.BgClassName
{
background-color: #658AFE;
}
</style>
border-color css
<style>
span { border-color: #658AFE; }
span { border-color: rgb(101,138,254); }
td.TdClassName
{
border-color: #658AFE;
}
.TagClassName
{
border-color: #658AFE;
}
</style>