Shades of Cornflower Blue #658FEA
Tints of Cornflower Blue #658FEA
RGB
CMYK
RGB Variations
Color information
#658FEA (or 0x658FEA) is known color: Cornflower Blue. HEX triplet: 65, 8F and EA. RGB value is (101,143,234). Sum of RGB (Red+Green+Blue) = 101+143+234=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #658FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658FEA is #9A7015. Grayscale: #8C8C8C. Windows color (decimal): -10121238 or 15372133. OLE color: 15372133.
HSL color Cylindrical-coordinate representation of color #658FEA: hue angle of 221.05º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #658FEA is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 143 | 234 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.08 |
| HSL | 221.05º | 0.76% | 0.66% | - |
| HSV(B) | 221.05º | 0.57% | 0.92% | - |
| XYZ | 30.04 | 28.35 | 81.73 | - |
| YUV | 140.82 | 180.59 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 234 | 0.57 | 0.39 | 0 | 0.08 | 221.05 | 0.76 | 0.66 |
| Hex | 65 | 8F | EA | 39 | 27 | 0 | 8 | DD | 4C | 42 |
| Octal | 145 | 217 | 352 | 71 | 47 | 0 | 10 | 335 | 114 | 102 |
| Binary | 1100101 | 10001111 | 11101010 | 111001 | 100111 | 0 | 1000 | 11011101 | 1001100 | 1000010 |
Color Harmonies of #658FEA
Complementary color
Monochromatic Colors of #658FEA
Black with #658FEA
Text Example
Text Example
White with #658FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658FEA; }
p { color: rgb(101,143,234); }
H1.HeaderClassName
{
color: #658FEA;
}
.AnyTagClassName
{
color: #658FEA;
}
</style>
background-color css
<style>
a { background-color: #658FEA; }
a { background-color: rgb(101,143,234); }
div.DivClassName
{
background-color: #658FEA;
}
.BgClassName
{
background-color: #658FEA;
}
</style>
border-color css
<style>
span { border-color: #658FEA; }
span { border-color: rgb(101,143,234); }
td.TdClassName
{
border-color: #658FEA;
}
.TagClassName
{
border-color: #658FEA;
}
</style>