Html Css Color HEX #537CEF Royal Blue

📋 copy color: '#537CEF'

red 83 ◦ green 124 ◦ blue 239

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

Shades of Royal Blue #537CEF

Tints of Royal Blue #537CEF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.8%

 BLUE value IS 239 (93.75% from 255) = 53.59%

R = 18.61%
G = 27.8%
B = 53.59%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#537CEF (or 0x537CEF) is known color: Royal Blue. HEX triplet: 53, 7C and EF. RGB value is (83,124,239). Sum of RGB (Red+Green+Blue) = 83+124+239=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #537CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537CEF is #AC8310. Grayscale: #7C7C7C. Windows color (decimal): -11305745 or 15694931. OLE color: 15694931.

HSL color Cylindrical-coordinate representation of color #537CEF: hue angle of 224.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #537CEF is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 124 239 -
CMYK 0.65 0.48 0 0.06
HSL 224.23º 0.83% 0.63% -
HSV(B) 224.23º 0.65% 0.94% -
XYZ 26.35 22.49 84.61 -
YUV 124.85 192.42 98.15 -
System Red Green Blue C M Y K H S L
Decimal 83 124 239 0.65 0.48 0 0.06 224.23 0.83 0.63
Hex 53 7C EF 41 30 0 6 E0 53 3F
Octal 123 174 357 101 60 0 6 340 123 77
Binary 1010011 1111100 11101111 1000001 110000 0 110 11100000 1010011 111111

Color Harmonies of #537CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CEF

Black with #537CEF

Text Example


Text Example

White with #537CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,124,239); }

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

background-color css

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

 a { background-color: rgb(83,124,239); }

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

border-color css

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

 span { border-color: rgb(83,124,239); }

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