#618AFD

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

Shades of Cornflower Blue #618AFD

Tints of Cornflower Blue #618AFD

Color information

#618AFD (or 0x618AFD) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8A and FD. RGB value is (97,138,253). Sum of RGB (Red+Green+Blue) = 97+138+253=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #618AFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618AFD is #9E7502. Grayscale: #8A8A8A. Windows color (decimal): -10384643 or 16616033. OLE color: 16616033.

HSL color Cylindrical-coordinate representation of color #618AFD: hue angle of 224.23º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #618AFD is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB97138253-
CMYK0.620.4500.01
HSL224.23º97.5%68.63%-
HSV(B)224.23º61.66%99.22%-
XYZ31.7527.8196.62-
YUV138.85192.4298.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.88%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 253 (99.22% from 255) = 51.84%
R=19.88%
G=28.28%
B=51.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal971382530.620.4500.01224.2397.568.63
Hex618AFD3E2D01e06245
Octal141212375765501340142105
Binary11000011000101011111101111110101101011110000011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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