#537EFF

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

Shades of Cornflower Blue #537EFF

Tints of Cornflower Blue #537EFF

Color information

#537EFF (or 0x537EFF) is unknown color: approx Cornflower Blue. HEX triplet: 53, 7E and FF. RGB value is (83,126,255). Sum of RGB (Red+Green+Blue) = 83+126+255=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #537EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537EFF is #AC8100. Grayscale: #7F7F7F. Windows color (decimal): -11305217 or 16744019. OLE color: 16744019.

HSL color Cylindrical-coordinate representation of color #537EFF: hue angle of 225º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #537EFF is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB83126255-
CMYK0.670.5100
HSL225º100%66.27%-
HSV(B)225º67.45%100%-
XYZ29.0823.9897.7-
YUV127.85199.7596.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.89%
GREEN value IS 126 (49.61% from 255) = 27.16%
BLUE value IS 255 (100% from 255) = 54.96%
R=17.89%
G=27.16%
B=54.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal831262550.670.510022510066.27
Hex537EFF433300e16442
Octal1231763771036300341144102
Binary10100111111110111111111000011110011001110000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,126,255); }

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

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

 a { background-color: rgb(83,126,255); }

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

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

 span { border-color: rgb(83,126,255); }

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