#658AFA

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

Shades of Cornflower Blue #658AFA

Tints of Cornflower Blue #658AFA

Color information

#658AFA (or 0x658AFA) is unknown color: approx Cornflower Blue. HEX triplet: 65, 8A and FA. RGB value is (101,138,250). Sum of RGB (Red+Green+Blue) = 101+138+250=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #658AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #658AFA is #9A7505. Grayscale: #8B8B8B. Windows color (decimal): -10122502 or 16419429. OLE color: 16419429.

HSL color Cylindrical-coordinate representation of color #658AFA: hue angle of 225.1º 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 #658AFA is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101138250-
CMYK0.600.4500.02
HSL225.1º93.71%68.82%-
HSV(B)225.1º59.6%98.04%-
XYZ31.7127.8594.15-
YUV139.7190.24100.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.65%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 250 (98.05% from 255) = 51.12%
R=20.65%
G=28.22%
B=51.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1011382500.600.4500.02225.193.7168.82
Hex658AFA3C2D02e15e45
Octal145212372745502341136105
Binary110010110001010111110101111001011010101110000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,138,250); }

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

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

 a { background-color: rgb(101,138,250); }

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

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

 span { border-color: rgb(101,138,250); }

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