#618AFA

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

Shades of Cornflower Blue #618AFA

Tints of Cornflower Blue #618AFA

Color information

#618AFA (or 0x618AFA) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8A and FA. RGB value is (97,138,250). Sum of RGB (Red+Green+Blue) = 97+138+250=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #618AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618AFA is #9E7505. Grayscale: #8A8A8A. Windows color (decimal): -10384646 or 16419425. OLE color: 16419425.

HSL color Cylindrical-coordinate representation of color #618AFA: hue angle of 223.92º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #618AFA is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97138250-
CMYK0.610.4500.02
HSL223.92º93.87%68.04%-
HSV(B)223.92º61.2%98.04%-
XYZ31.2727.6294.13-
YUV138.51190.9298.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 250 (98.05% from 255) = 51.55%
R=20%
G=28.45%
B=51.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971382500.610.4500.02223.9293.8768.04
Hex618AFA3D2D02e05e44
Octal141212372755502340136104
Binary110000110001010111110101111011011010101110000010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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