Shades of Cornflower Blue #658AF9
Tints of Cornflower Blue #658AF9
RGB
CMYK
RGB Variations
Color information
#658AF9 (or 0x658AF9) is known color: Cornflower Blue. HEX triplet: 65, 8A and F9. RGB value is (101,138,249). Sum of RGB (Red+Green+Blue) = 101+138+249=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #658AF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658AF9 is #9A7506. Grayscale: #8B8B8B. Windows color (decimal): -10122503 or 16353893. OLE color: 16353893.
HSL color Cylindrical-coordinate representation of color #658AF9: hue angle of 225º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #658AF9 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 138 | 249 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.02 |
| HSL | 225º | 0.93% | 0.69% | - |
| HSV(B) | 225º | 0.59% | 0.98% | - |
| XYZ | 31.55 | 27.78 | 93.32 | - |
| YUV | 139.59 | 189.74 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 249 | 0.59 | 0.45 | 0 | 0.02 | 225 | 0.93 | 0.69 |
| Hex | 65 | 8A | F9 | 3B | 2D | 0 | 2 | E1 | 5C | 45 |
| Octal | 145 | 212 | 371 | 73 | 55 | 0 | 2 | 341 | 134 | 105 |
| Binary | 1100101 | 10001010 | 11111001 | 111011 | 101101 | 0 | 10 | 11100001 | 1011100 | 1000101 |
Color Harmonies of #658AF9
Complementary color
Monochromatic Colors of #658AF9
Black with #658AF9
Text Example
Text Example
White with #658AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658AF9; }
p { color: rgb(101,138,249); }
H1.HeaderClassName
{
color: #658AF9;
}
.AnyTagClassName
{
color: #658AF9;
}
</style>
background-color css
<style>
a { background-color: #658AF9; }
a { background-color: rgb(101,138,249); }
div.DivClassName
{
background-color: #658AF9;
}
.BgClassName
{
background-color: #658AF9;
}
</style>
border-color css
<style>
span { border-color: #658AF9; }
span { border-color: rgb(101,138,249); }
td.TdClassName
{
border-color: #658AF9;
}
.TagClassName
{
border-color: #658AF9;
}
</style>