Html Css Color HEX #536ECE Royal Blue

📋 copy color: '#536ECE'

red 83 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #536ECE

Tints of Royal Blue #536ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 20.8%
G = 27.57%
B = 51.63%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#536ECE (or 0x536ECE) is known color: Royal Blue. HEX triplet: 53, 6E and CE. RGB value is (83,110,206). Sum of RGB (Red+Green+Blue) = 83+110+206=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #536ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ECE is #AC9131. Grayscale: #707070. Windows color (decimal): -11309362 or 13528659. OLE color: 13528659.

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

Color convert

RGB 83 110 206 -
CMYK 0.60 0.47 0 0.19
HSL 226.83º 0.56% 0.57% -
HSV(B) 226.83º 0.6% 0.81% -
XYZ 20.28 17.45 60.69 -
YUV 112.87 180.55 106.69 -
System Red Green Blue C M Y K H S L
Decimal 83 110 206 0.60 0.47 0 0.19 226.83 0.56 0.57
Hex 53 6E CE 3C 2F 0 13 E3 38 39
Octal 123 156 316 74 57 0 23 343 70 71
Binary 1010011 1101110 11001110 111100 101111 0 10011 11100011 111000 111001

Color Harmonies of #536ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536ECE

Black with #536ECE

Text Example


Text Example

White with #536ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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