Shades of Cornflower Blue #658FF3
Tints of Cornflower Blue #658FF3
RGB
CMYK
RGB Variations
Color information
#658FF3 (or 0x658FF3) is known color: Cornflower Blue. HEX triplet: 65, 8F and F3. RGB value is (101,143,243). Sum of RGB (Red+Green+Blue) = 101+143+243=487 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.74% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #658FF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658FF3 is #9A700C. Grayscale: #8D8D8D. Windows color (decimal): -10121229 or 15961957. OLE color: 15961957.
HSL color Cylindrical-coordinate representation of color #658FF3: hue angle of 222.25º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #658FF3 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 143 | 243 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.05 |
| HSL | 222.25º | 0.86% | 0.67% | - |
| HSV(B) | 222.25º | 0.58% | 0.95% | - |
| XYZ | 31.37 | 28.88 | 88.72 | - |
| YUV | 141.84 | 185.09 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 243 | 0.58 | 0.41 | 0 | 0.05 | 222.25 | 0.86 | 0.67 |
| Hex | 65 | 8F | F3 | 3A | 29 | 0 | 5 | DE | 56 | 43 |
| Octal | 145 | 217 | 363 | 72 | 51 | 0 | 5 | 336 | 126 | 103 |
| Binary | 1100101 | 10001111 | 11110011 | 111010 | 101001 | 0 | 101 | 11011110 | 1010110 | 1000011 |
Color Harmonies of #658FF3
Complementary color
Monochromatic Colors of #658FF3
Black with #658FF3
Text Example
Text Example
White with #658FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658FF3; }
p { color: rgb(101,143,243); }
H1.HeaderClassName
{
color: #658FF3;
}
.AnyTagClassName
{
color: #658FF3;
}
</style>
background-color css
<style>
a { background-color: #658FF3; }
a { background-color: rgb(101,143,243); }
div.DivClassName
{
background-color: #658FF3;
}
.BgClassName
{
background-color: #658FF3;
}
</style>
border-color css
<style>
span { border-color: #658FF3; }
span { border-color: rgb(101,143,243); }
td.TdClassName
{
border-color: #658FF3;
}
.TagClassName
{
border-color: #658FF3;
}
</style>