Html Css Color HEX #536ED1 Royal Blue

📋 copy color: '#536ED1'

red 83 ◦ green 110 ◦ blue 209

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

Shades of Royal Blue #536ED1

Tints of Royal Blue #536ED1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.36%

 BLUE value IS 209 (82.03% from 255) = 51.99%

R = 20.65%
G = 27.36%
B = 51.99%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#536ED1 (or 0x536ED1) is known color: Royal Blue. HEX triplet: 53, 6E and D1. RGB value is (83,110,209). Sum of RGB (Red+Green+Blue) = 83+110+209=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #536ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ED1 is #AC912E. Grayscale: #707070. Windows color (decimal): -11309359 or 13725267. OLE color: 13725267.

HSL color Cylindrical-coordinate representation of color #536ED1: hue angle of 227.14º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #536ED1 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 110 209 -
CMYK 0.60 0.47 0 0.18
HSL 227.14º 0.58% 0.57% -
HSV(B) 227.14º 0.6% 0.82% -
XYZ 20.65 17.59 62.63 -
YUV 113.21 182.05 106.45 -
System Red Green Blue C M Y K H S L
Decimal 83 110 209 0.60 0.47 0 0.18 227.14 0.58 0.57
Hex 53 6E D1 3C 2F 0 12 E3 3A 39
Octal 123 156 321 74 57 0 22 343 72 71
Binary 1010011 1101110 11010001 111100 101111 0 10010 11100011 111010 111001

Color Harmonies of #536ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536ED1

Black with #536ED1

Text Example


Text Example

White with #536ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536ED1; }

 p { color: rgb(83,110,209); }

 H1.HeaderClassName
 {
   color: #536ED1;
 }
 .AnyTagClassName
 {
   color: #536ED1;
 }
</style>

background-color css

<style>
 a { background-color: #536ED1; }

 a { background-color: rgb(83,110,209); }

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

border-color css

<style>
 span { border-color: #536ED1; }

 span { border-color: rgb(83,110,209); }

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