#53A3ED

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

Shades of Cornflower Blue #53A3ED

Tints of Cornflower Blue #53A3ED

Color information

#53A3ED (or 0x53A3ED) is unknown color: approx Cornflower Blue. HEX triplet: 53, A3 and ED. RGB value is (83,163,237). Sum of RGB (Red+Green+Blue) = 83+163+237=483 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.18% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #53A3ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53A3ED is #AC5C12. Grayscale: #939393. Windows color (decimal): -11295763 or 15573843. OLE color: 15573843.

HSL color Cylindrical-coordinate representation of color #53A3ED: hue angle of 208.83º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53A3ED is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB83163237-
CMYK0.650.3100.07
HSL208.83º81.05%62.75%-
HSV(B)208.83º64.98%92.94%-
XYZ31.9534.1585.03-
YUV147.52178.581.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.18%
GREEN value IS 163 (64.06% from 255) = 33.75%
BLUE value IS 237 (92.97% from 255) = 49.07%
R=17.18%
G=33.75%
B=49.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal831632370.650.3100.07208.8381.0562.75
Hex53A3ED411F07d1513f
Octal123243355101370732112177
Binary101001110100011111011011000001111110111110100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A3ED; }

 p { color: rgb(83,163,237); }

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

<style>
 a { background-color: #53A3ED; }

 a { background-color: rgb(83,163,237); }

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

<style>
 span { border-color: #53A3ED; }

 span { border-color: rgb(83,163,237); }

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