#658bff

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

Shades of Cornflower Blue #658BFF

Tints of Cornflower Blue #658BFF

Color information

#658BFF (or 0x658BFF) is unknown color: approx Cornflower Blue. HEX triplet: 65, 8B and FF. RGB value is (101,139,255). Sum of RGB (Red+Green+Blue) = 101+139+255=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #658BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658BFF is #9A7400. Grayscale: #8C8C8C. Windows color (decimal): -10122241 or 16747365. OLE color: 16747365.

HSL color Cylindrical-coordinate representation of color #658BFF: hue angle of 225.19º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #658BFF is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB101139255-
CMYK0.600.4500
HSL225.19º100%69.8%-
HSV(B)225.19º60.39%100%-
XYZ32.6528.4598.38-
YUV140.86192.4199.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.40%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 255 (100% from 255) = 51.52%
R=20.40%
G=28.08%
B=51.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1011392550.600.4500225.1910069.8
Hex658BFF3C2D00e16446
Octal145213377745500341144106
Binary11001011000101111111111111100101101001110000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658bff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658bff; }

 p { color: rgb(101,139,255); }

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

<style>
 a { background-color: #658bff; }

 a { background-color: rgb(101,139,255); }

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

<style>
 span { border-color: #658bff; }

 span { border-color: rgb(101,139,255); }

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