Html Css Color HEX #537FED Cornflower Blue

📋 copy color: '#537FED'

red 83 ◦ green 127 ◦ blue 237

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

Shades of Cornflower Blue #537FED

Tints of Cornflower Blue #537FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.02%

R = 18.57%
G = 28.41%
B = 53.02%

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

#537FED (or 0x537FED) is known color: Cornflower Blue. HEX triplet: 53, 7F and ED. RGB value is (83,127,237). Sum of RGB (Red+Green+Blue) = 83+127+237=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #537FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537FED is #AC8012. Grayscale: #7D7D7D. Windows color (decimal): -11304979 or 15564627. OLE color: 15564627.

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

Color convert

RGB 83 127 237 -
CMYK 0.65 0.46 0 0.07
HSL 222.86º 0.81% 0.63% -
HSV(B) 222.86º 0.65% 0.93% -
XYZ 26.44 23.13 83.19 -
YUV 126.38 190.42 97.06 -
System Red Green Blue C M Y K H S L
Decimal 83 127 237 0.65 0.46 0 0.07 222.86 0.81 0.63
Hex 53 7F ED 41 2E 0 7 DF 51 3F
Octal 123 177 355 101 56 0 7 337 121 77
Binary 1010011 1111111 11101101 1000001 101110 0 111 11011111 1010001 111111

Color Harmonies of #537FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FED

Black with #537FED

Text Example


Text Example

White with #537FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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