Html Css Color HEX #537CF3 Royal Blue

📋 copy color: '#537CF3'

red 83 ◦ green 124 ◦ blue 243

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

Shades of Royal Blue #537CF3

Tints of Royal Blue #537CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 54%

R = 18.44%
G = 27.56%
B = 54%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#537CF3 (or 0x537CF3) is known color: Royal Blue. HEX triplet: 53, 7C and F3. RGB value is (83,124,243). Sum of RGB (Red+Green+Blue) = 83+124+243=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #537CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537CF3 is #AC830C. Grayscale: #7C7C7C. Windows color (decimal): -11305741 or 15957075. OLE color: 15957075.

HSL color Cylindrical-coordinate representation of color #537CF3: hue angle of 224.62º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #537CF3 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 124 243 -
CMYK 0.66 0.49 0 0.05
HSL 224.63º 0.87% 0.64% -
HSV(B) 224.63º 0.66% 0.95% -
XYZ 26.95 22.73 87.76 -
YUV 125.31 194.42 97.82 -
System Red Green Blue C M Y K H S L
Decimal 83 124 243 0.66 0.49 0 0.05 224.63 0.87 0.64
Hex 53 7C F3 42 31 0 5 E1 57 40
Octal 123 174 363 102 61 0 5 341 127 100
Binary 1010011 1111100 11110011 1000010 110001 0 101 11100001 1010111 1000000

Color Harmonies of #537CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537CF3

Black with #537CF3

Text Example


Text Example

White with #537CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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