Html Css Color HEX #537FFB Cornflower Blue

📋 copy color: '#537FFB'

red 83 ◦ green 127 ◦ blue 251

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

Shades of Cornflower Blue #537FFB

Tints of Cornflower Blue #537FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 18%
G = 27.55%
B = 54.45%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#537FFB (or 0x537FFB) is known color: Cornflower Blue. HEX triplet: 53, 7F and FB. RGB value is (83,127,251). Sum of RGB (Red+Green+Blue) = 83+127+251=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #537FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537FFB is #AC8004. Grayscale: #7F7F7F. Windows color (decimal): -11304965 or 16482131. OLE color: 16482131.

HSL color Cylindrical-coordinate representation of color #537FFB: hue angle of 224.29º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #537FFB is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 127 251 -
CMYK 0.67 0.49 0 0.02
HSL 224.29º 0.95% 0.65% -
HSV(B) 224.29º 0.67% 0.98% -
XYZ 28.57 23.98 94.39 -
YUV 127.98 197.42 95.92 -
System Red Green Blue C M Y K H S L
Decimal 83 127 251 0.67 0.49 0 0.02 224.29 0.95 0.65
Hex 53 7F FB 43 31 0 2 E0 5F 41
Octal 123 177 373 103 61 0 2 340 137 101
Binary 1010011 1111111 11111011 1000011 110001 0 10 11100000 1011111 1000001

Color Harmonies of #537FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FFB

Black with #537FFB

Text Example


Text Example

White with #537FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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