Shades of Cornflower Blue #658AFC
Tints of Cornflower Blue #658AFC
RGB
CMYK
RGB Variations
Color information
#658AFC (or 0x658AFC) is known color: Cornflower Blue. HEX triplet: 65, 8A and FC. RGB value is (101,138,252). Sum of RGB (Red+Green+Blue) = 101+138+252=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #658AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658AFC is #9A7503. Grayscale: #8B8B8B. Windows color (decimal): -10122500 or 16550501. OLE color: 16550501.
HSL color Cylindrical-coordinate representation of color #658AFC: hue angle of 225.3º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #658AFC is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 138 | 252 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.01 |
| HSL | 225.3º | 0.96% | 0.69% | - |
| HSV(B) | 225.3º | 0.6% | 0.99% | - |
| XYZ | 32.03 | 27.97 | 95.81 | - |
| YUV | 139.93 | 191.24 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 252 | 0.60 | 0.45 | 0 | 0.01 | 225.3 | 0.96 | 0.69 |
| Hex | 65 | 8A | FC | 3C | 2D | 0 | 1 | E1 | 60 | 45 |
| Octal | 145 | 212 | 374 | 74 | 55 | 0 | 1 | 341 | 140 | 105 |
| Binary | 1100101 | 10001010 | 11111100 | 111100 | 101101 | 0 | 1 | 11100001 | 1100000 | 1000101 |
Color Harmonies of #658AFC
Complementary color
Monochromatic Colors of #658AFC
Black with #658AFC
Text Example
Text Example
White with #658AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658AFC; }
p { color: rgb(101,138,252); }
H1.HeaderClassName
{
color: #658AFC;
}
.AnyTagClassName
{
color: #658AFC;
}
</style>
background-color css
<style>
a { background-color: #658AFC; }
a { background-color: rgb(101,138,252); }
div.DivClassName
{
background-color: #658AFC;
}
.BgClassName
{
background-color: #658AFC;
}
</style>
border-color css
<style>
span { border-color: #658AFC; }
span { border-color: rgb(101,138,252); }
td.TdClassName
{
border-color: #658AFC;
}
.TagClassName
{
border-color: #658AFC;
}
</style>