#537DF5

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

Shades of Cornflower Blue #537DF5

Tints of Cornflower Blue #537DF5

Color information

#537DF5 (or 0x537DF5) is unknown color: approx Cornflower Blue. HEX triplet: 53, 7D and F5. RGB value is (83,125,245). Sum of RGB (Red+Green+Blue) = 83+125+245=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 245 (96.09% from 255 or 54.08% from 453); Max value from RGB is 245 - color contains mainly: blue. Hex color #537DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537DF5 is #AC820A. Grayscale: #7D7D7D. Windows color (decimal): -11305483 or 16088403. OLE color: 16088403.

HSL color Cylindrical-coordinate representation of color #537DF5: hue angle of 224.44º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #537DF5 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB83125245-
CMYK0.660.4900.04
HSL224.44º89.01%64.31%-
HSV(B)224.44º66.12%96.08%-
XYZ27.3823.189.4-
YUV126.12195.0997.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.32%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 245 (96.09% from 255) = 54.08%
R=18.32%
G=27.59%
B=54.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal831252450.660.4900.04224.4489.0164.31
Hex537DF5423104e05940
Octal1231753651026104340131100
Binary1010011111110111110101100001011000101001110000010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,125,245); }

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

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

 a { background-color: rgb(83,125,245); }

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

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

 span { border-color: rgb(83,125,245); }

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