Html Css Color HEX #537FEC Cornflower Blue

📋 copy color: '#537FEC'

red 83 ◦ green 127 ◦ blue 236

#537FEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #537FEC

Tints of Cornflower Blue #537FEC

RGB

 RED value IS 83 (32.81% from 255) = 18.61%

 GREEN value IS 127 (50% from 255) = 28.48%

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 18.61%
G = 28.48%
B = 52.91%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#537FEC (or 0x537FEC) is known color: Cornflower Blue. HEX triplet: 53, 7F and EC. RGB value is (83,127,236). Sum of RGB (Red+Green+Blue) = 83+127+236=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #537FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537FEC is #AC8013. Grayscale: #7D7D7D. Windows color (decimal): -11304980 or 15499091. OLE color: 15499091.

HSL color Cylindrical-coordinate representation of color #537FEC: hue angle of 222.75º degrees, saturation: 0.8, 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 #537FEC is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 127 236 -
CMYK 0.65 0.46 0 0.07
HSL 222.75º 0.8% 0.63% -
HSV(B) 222.75º 0.65% 0.93% -
XYZ 26.3 23.07 82.42 -
YUV 126.27 189.92 97.14 -
System Red Green Blue C M Y K H S L
Decimal 83 127 236 0.65 0.46 0 0.07 222.75 0.8 0.63
Hex 53 7F EC 41 2E 0 7 DF 50 3F
Octal 123 177 354 101 56 0 7 337 120 77
Binary 1010011 1111111 11101100 1000001 101110 0 111 11011111 1010000 111111

Color Harmonies of #537FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FEC

Black with #537FEC

Text Example


Text Example

White with #537FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #537FEC;
 }
 .AnyTagClassName
 {
   color: #537FEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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