Html Css Color HEX #536EE1 Royal Blue

📋 copy color: '#536EE1'

red 83 ◦ green 110 ◦ blue 225

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

Shades of Royal Blue #536EE1

Tints of Royal Blue #536EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.83%

R = 19.86%
G = 26.32%
B = 53.83%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#536EE1 (or 0x536EE1) is known color: Royal Blue. HEX triplet: 53, 6E and E1. RGB value is (83,110,225). Sum of RGB (Red+Green+Blue) = 83+110+225=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #536EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536EE1 is #AC911E. Grayscale: #727272. Windows color (decimal): -11309343 or 14773843. OLE color: 14773843.

HSL color Cylindrical-coordinate representation of color #536EE1: hue angle of 228.59º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #536EE1 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 110 225 -
CMYK 0.63 0.51 0 0.12
HSL 228.59º 0.7% 0.6% -
HSV(B) 228.59º 0.63% 0.88% -
XYZ 22.73 18.43 73.59 -
YUV 115.04 190.05 105.15 -
System Red Green Blue C M Y K H S L
Decimal 83 110 225 0.63 0.51 0 0.12 228.59 0.7 0.6
Hex 53 6E E1 3F 33 0 C E5 46 3C
Octal 123 156 341 77 63 0 14 345 106 74
Binary 1010011 1101110 11100001 111111 110011 0 1100 11100101 1000110 111100

Color Harmonies of #536EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536EE1

Black with #536EE1

Text Example


Text Example

White with #536EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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