#538CDE

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

Shades of Cornflower Blue #538CDE

Tints of Cornflower Blue #538CDE

Color information

#538CDE (or 0x538CDE) is unknown color: approx Cornflower Blue. HEX triplet: 53, 8C and DE. RGB value is (83,140,222). Sum of RGB (Red+Green+Blue) = 83+140+222=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #538CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CDE is #AC7321. Grayscale: #838383. Windows color (decimal): -11301666 or 14584915. OLE color: 14584915.

HSL color Cylindrical-coordinate representation of color #538CDE: hue angle of 215.4º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #538CDE is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83140222-
CMYK0.630.3700.13
HSL215.4º67.8%59.8%-
HSV(B)215.4º62.61%87.06%-
XYZ26.1325.8772.72-
YUV132.3178.6292.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.65%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 222 (87.11% from 255) = 49.89%
R=18.65%
G=31.46%
B=49.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831402220.630.3700.13215.467.859.8
Hex538CDE3F250Dd7443c
Octal123214336774501532710474
Binary1010011100011001101111011111110010101101110101111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538CDE; }

 p { color: rgb(83,140,222); }

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

<style>
 a { background-color: #538CDE; }

 a { background-color: rgb(83,140,222); }

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

<style>
 span { border-color: #538CDE; }

 span { border-color: rgb(83,140,222); }

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