Html Css Color HEX #535EDD Royal Blue

📋 copy color: '#535EDD'

red 83 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #535EDD

Tints of Royal Blue #535EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 20.85%
G = 23.62%
B = 55.53%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#535EDD (or 0x535EDD) is known color: Royal Blue. HEX triplet: 53, 5E and DD. RGB value is (83,94,221). Sum of RGB (Red+Green+Blue) = 83+94+221=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #535EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535EDD is #ACA122. Grayscale: #686868. Windows color (decimal): -11313443 or 14507603. OLE color: 14507603.

HSL color Cylindrical-coordinate representation of color #535EDD: hue angle of 235.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #535EDD is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 94 221 -
CMYK 0.62 0.57 0 0.13
HSL 235.22º 0.67% 0.6% -
HSV(B) 235.22º 0.62% 0.87% -
XYZ 20.62 15.06 70.23 -
YUV 105.19 193.36 112.17 -
System Red Green Blue C M Y K H S L
Decimal 83 94 221 0.62 0.57 0 0.13 235.22 0.67 0.6
Hex 53 5E DD 3E 39 0 D EB 43 3C
Octal 123 136 335 76 71 0 15 353 103 74
Binary 1010011 1011110 11011101 111110 111001 0 1101 11101011 1000011 111100

Color Harmonies of #535EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535EDD

Black with #535EDD

Text Example


Text Example

White with #535EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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