Shades of Cornflower Blue #659BFA
Tints of Cornflower Blue #659BFA
RGB
CMYK
RGB Variations
Color information
#659BFA (or 0x659BFA) is known color: Cornflower Blue. HEX triplet: 65, 9B and FA. RGB value is (101,155,250). Sum of RGB (Red+Green+Blue) = 101+155+250=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #659BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659BFA is #9A6405. Grayscale: #959595. Windows color (decimal): -10118150 or 16423781. OLE color: 16423781.
HSL color Cylindrical-coordinate representation of color #659BFA: hue angle of 218.26º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #659BFA is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 155 | 250 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.02 |
| HSL | 218.26º | 0.94% | 0.69% | - |
| HSV(B) | 218.26º | 0.6% | 0.98% | - |
| XYZ | 34.34 | 33.11 | 95.02 | - |
| YUV | 149.68 | 184.61 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 250 | 0.60 | 0.38 | 0 | 0.02 | 218.26 | 0.94 | 0.69 |
| Hex | 65 | 9B | FA | 3C | 26 | 0 | 2 | DA | 5E | 45 |
| Octal | 145 | 233 | 372 | 74 | 46 | 0 | 2 | 332 | 136 | 105 |
| Binary | 1100101 | 10011011 | 11111010 | 111100 | 100110 | 0 | 10 | 11011010 | 1011110 | 1000101 |
Color Harmonies of #659BFA
Complementary color
Monochromatic Colors of #659BFA
Black with #659BFA
Text Example
Text Example
White with #659BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659BFA; }
p { color: rgb(101,155,250); }
H1.HeaderClassName
{
color: #659BFA;
}
.AnyTagClassName
{
color: #659BFA;
}
</style>
background-color css
<style>
a { background-color: #659BFA; }
a { background-color: rgb(101,155,250); }
div.DivClassName
{
background-color: #659BFA;
}
.BgClassName
{
background-color: #659BFA;
}
</style>
border-color css
<style>
span { border-color: #659BFA; }
span { border-color: rgb(101,155,250); }
td.TdClassName
{
border-color: #659BFA;
}
.TagClassName
{
border-color: #659BFA;
}
</style>