Html Css Color HEX #535EDC Royal Blue

📋 copy color: '#535EDC'

red 83 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #535EDC

Tints of Royal Blue #535EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.68%

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

R = 20.91%
G = 23.68%
B = 55.42%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#535EDC (or 0x535EDC) is known color: Royal Blue. HEX triplet: 53, 5E and DC. RGB value is (83,94,220). Sum of RGB (Red+Green+Blue) = 83+94+220=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #535EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535EDC is #ACA123. Grayscale: #686868. Windows color (decimal): -11313444 or 14442067. OLE color: 14442067.

HSL color Cylindrical-coordinate representation of color #535EDC: hue angle of 235.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 #535EDC is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 94 220 -
CMYK 0.62 0.57 0 0.14
HSL 235.18º 0.66% 0.59% -
HSV(B) 235.18º 0.62% 0.86% -
XYZ 20.49 15.01 69.53 -
YUV 105.08 192.86 112.25 -
System Red Green Blue C M Y K H S L
Decimal 83 94 220 0.62 0.57 0 0.14 235.18 0.66 0.59
Hex 53 5E DC 3E 39 0 E EB 42 3B
Octal 123 136 334 76 71 0 16 353 102 73
Binary 1010011 1011110 11011100 111110 111001 0 1110 11101011 1000010 111011

Color Harmonies of #535EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535EDC

Black with #535EDC

Text Example


Text Example

White with #535EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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