#537FEA

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

Shades of Cornflower Blue #537FEA

Tints of Cornflower Blue #537FEA

Color information

#537FEA (or 0x537FEA) is unknown color: approx Cornflower Blue. HEX triplet: 53, 7F and EA. RGB value is (83,127,234). Sum of RGB (Red+Green+Blue) = 83+127+234=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #537FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537FEA is #AC8015. Grayscale: #7D7D7D. Windows color (decimal): -11304982 or 15368019. OLE color: 15368019.

HSL color Cylindrical-coordinate representation of color #537FEA: hue angle of 222.52º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #537FEA is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB83127234-
CMYK0.650.4600.08
HSL222.52º78.24%62.16%-
HSV(B)222.52º64.53%91.76%-
XYZ26.0122.9680.9-
YUV126.04188.9297.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.69%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 234 (91.80% from 255) = 52.70%
R=18.69%
G=28.60%
B=52.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal831272340.650.4600.08222.5278.2462.16
Hex537FEA412E08df4e3e
Octal1231773521015601033711676
Binary1010011111111111101010100000110111001000110111111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537FEA; }

 p { color: rgb(83,127,234); }

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

<style>
 a { background-color: #537FEA; }

 a { background-color: rgb(83,127,234); }

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

<style>
 span { border-color: #537FEA; }

 span { border-color: rgb(83,127,234); }

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