#659BF0

Color #659BF0 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #659BF0

Tints of Cornflower Blue #659BF0

Color information

#659BF0 (or 0x659BF0) is unknown color: approx Cornflower Blue. HEX triplet: 65, 9B and F0. RGB value is (101,155,240). Sum of RGB (Red+Green+Blue) = 101+155+240=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #659BF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #659BF0 is #9A640F. Grayscale: #949494. Windows color (decimal): -10118160 or 15768421. OLE color: 15768421.

HSL color Cylindrical-coordinate representation of color #659BF0: hue angle of 216.69º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #659BF0 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB101155240-
CMYK0.580.3500.06
HSL216.69º82.25%66.86%-
HSV(B)216.69º57.92%94.12%-
XYZ32.8232.586.98-
YUV148.54179.6194.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 20.36%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 240 (94.14% from 255) = 48.39%
R=20.36%
G=31.25%
B=48.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1011552400.580.3500.06216.6982.2566.86
Hex659BF03A2306d95243
Octal145233360724306331122103
Binary1100101100110111111000011101010001101101101100110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659BF0; }

 p { color: rgb(101,155,240); }

 H1.HeaderClassName
 {
   color: #659BF0;
 }
 .AnyTagClassName
 {
   color: #659BF0;
 }
</style>
background-color css

<style>
 a { background-color: #659BF0; }

 a { background-color: rgb(101,155,240); }

 div.DivClassName
 {
   background-color: #659BF0;
 }
 .BgClassName
 {
   background-color: #659BF0;
 }
</style>
border-color css

<style>
 span { border-color: #659BF0; }

 span { border-color: rgb(101,155,240); }

 td.TdClassName
 {
   border-color: #659BF0;
 }
 .TagClassName
 {
   border-color: #659BF0;
 }
</style>