Html Css Color HEX #537CE8 Royal Blue

📋 copy color: '#537CE8'

red 83 ◦ green 124 ◦ blue 232

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

Shades of Royal Blue #537CE8

Tints of Royal Blue #537CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.85%

R = 18.91%
G = 28.25%
B = 52.85%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#537CE8 (or 0x537CE8) is known color: Royal Blue. HEX triplet: 53, 7C and E8. RGB value is (83,124,232). Sum of RGB (Red+Green+Blue) = 83+124+232=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #537CE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537CE8 is #AC8317. Grayscale: #7B7B7B. Windows color (decimal): -11305752 or 15236179. OLE color: 15236179.

HSL color Cylindrical-coordinate representation of color #537CE8: hue angle of 223.49º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #537CE8 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 124 232 -
CMYK 0.64 0.47 0 0.09
HSL 223.49º 0.76% 0.62% -
HSV(B) 223.49º 0.64% 0.91% -
XYZ 25.34 22.08 79.27 -
YUV 124.05 188.92 98.72 -
System Red Green Blue C M Y K H S L
Decimal 83 124 232 0.64 0.47 0 0.09 223.49 0.76 0.62
Hex 53 7C E8 40 2F 0 9 DF 4C 3E
Octal 123 174 350 100 57 0 11 337 114 76
Binary 1010011 1111100 11101000 1000000 101111 0 1001 11011111 1001100 111110

Color Harmonies of #537CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CE8

Black with #537CE8

Text Example


Text Example

White with #537CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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