Html Css Color HEX #536EDC Royal Blue

📋 copy color: '#536EDC'

red 83 ◦ green 110 ◦ blue 220

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

Shades of Royal Blue #536EDC

Tints of Royal Blue #536EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 20.1%
G = 26.63%
B = 53.27%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#536EDC (or 0x536EDC) is known color: Royal Blue. HEX triplet: 53, 6E and DC. RGB value is (83,110,220). Sum of RGB (Red+Green+Blue) = 83+110+220=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #536EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536EDC is #AC9123. Grayscale: #717171. Windows color (decimal): -11309348 or 14446163. OLE color: 14446163.

HSL color Cylindrical-coordinate representation of color #536EDC: hue angle of 228.18º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #536EDC is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 110 220 -
CMYK 0.62 0.50 0 0.14
HSL 228.18º 0.66% 0.59% -
HSV(B) 228.18º 0.62% 0.86% -
XYZ 22.06 18.16 70.05 -
YUV 114.47 187.55 105.56 -
System Red Green Blue C M Y K H S L
Decimal 83 110 220 0.62 0.50 0 0.14 228.18 0.66 0.59
Hex 53 6E DC 3E 32 0 E E4 42 3B
Octal 123 156 334 76 62 0 16 344 102 73
Binary 1010011 1101110 11011100 111110 110010 0 1110 11100100 1000010 111011

Color Harmonies of #536EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536EDC

Black with #536EDC

Text Example


Text Example

White with #536EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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