Html Css Color HEX #536EEC Royal Blue

📋 copy color: '#536EEC'

red 83 ◦ green 110 ◦ blue 236

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

Shades of Royal Blue #536EEC

Tints of Royal Blue #536EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.01%

R = 19.35%
G = 25.64%
B = 55.01%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#536EEC (or 0x536EEC) is known color: Royal Blue. HEX triplet: 53, 6E and EC. RGB value is (83,110,236). Sum of RGB (Red+Green+Blue) = 83+110+236=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #536EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536EEC is #AC9113. Grayscale: #737373. Windows color (decimal): -11309332 or 15494739. OLE color: 15494739.

HSL color Cylindrical-coordinate representation of color #536EEC: hue angle of 229.41º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #536EEC is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 110 236 -
CMYK 0.65 0.53 0 0.07
HSL 229.41º 0.8% 0.63% -
HSV(B) 229.41º 0.65% 0.93% -
XYZ 24.28 19.05 81.75 -
YUV 116.29 195.55 104.25 -
System Red Green Blue C M Y K H S L
Decimal 83 110 236 0.65 0.53 0 0.07 229.41 0.8 0.63
Hex 53 6E EC 41 35 0 7 E5 50 3F
Octal 123 156 354 101 65 0 7 345 120 77
Binary 1010011 1101110 11101100 1000001 110101 0 111 11100101 1010000 111111

Color Harmonies of #536EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536EEC

Black with #536EEC

Text Example


Text Example

White with #536EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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