Html Css Color HEX #536BE2 Royal Blue

📋 copy color: '#536BE2'

red 83 ◦ green 107 ◦ blue 226

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

Shades of Royal Blue #536BE2

Tints of Royal Blue #536BE2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.72%

 BLUE value IS 226 (88.67% from 255) = 54.33%

R = 19.95%
G = 25.72%
B = 54.33%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#536BE2 (or 0x536BE2) is known color: Royal Blue. HEX triplet: 53, 6B and E2. RGB value is (83,107,226). Sum of RGB (Red+Green+Blue) = 83+107+226=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 226 (88.67% from 255 or 54.33% from 416); Max value from RGB is 226 - color contains mainly: blue. Hex color #536BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BE2 is #AC941D. Grayscale: #707070. Windows color (decimal): -11310110 or 14838611. OLE color: 14838611.

HSL color Cylindrical-coordinate representation of color #536BE2: hue angle of 229.93º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #536BE2 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 83 107 226 -
CMYK 0.63 0.53 0 0.11
HSL 229.93º 0.71% 0.61% -
HSV(B) 229.93º 0.63% 0.89% -
XYZ 22.55 17.85 74.21 -
YUV 113.39 191.55 106.32 -
System Red Green Blue C M Y K H S L
Decimal 83 107 226 0.63 0.53 0 0.11 229.93 0.71 0.61
Hex 53 6B E2 3F 35 0 B E6 47 3D
Octal 123 153 342 77 65 0 13 346 107 75
Binary 1010011 1101011 11100010 111111 110101 0 1011 11100110 1000111 111101

Color Harmonies of #536BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536BE2

Black with #536BE2

Text Example


Text Example

White with #536BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,107,226); }

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

background-color css

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

 a { background-color: rgb(83,107,226); }

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

border-color css

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

 span { border-color: rgb(83,107,226); }

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