#618FED

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

Shades of Cornflower Blue #618FED

Tints of Cornflower Blue #618FED

Color information

#618FED (or 0x618FED) is unknown color: approx Cornflower Blue. HEX triplet: 61, 8F and ED. RGB value is (97,143,237). Sum of RGB (Red+Green+Blue) = 97+143+237=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #618FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618FED is #9E7012. Grayscale: #8B8B8B. Windows color (decimal): -10383379 or 15568737. OLE color: 15568737.

HSL color Cylindrical-coordinate representation of color #618FED: hue angle of 220.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #618FED is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97143237-
CMYK0.590.4000.07
HSL220.29º79.55%65.49%-
HSV(B)220.29º59.07%92.94%-
XYZ30.0428.384-
YUV139.96182.7697.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.34%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 237 (92.97% from 255) = 49.69%
R=20.34%
G=29.98%
B=49.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal971432370.590.4000.07220.2979.5565.49
Hex618FED3B2807dc5041
Octal141217355735007334120101
Binary1100001100011111110110111101110100001111101110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,143,237); }

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

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

 a { background-color: rgb(97,143,237); }

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

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

 span { border-color: rgb(97,143,237); }

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