Html Css Color HEX #535EDF Royal Blue

📋 copy color: '#535EDF'

red 83 ◦ green 94 ◦ blue 223

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

Shades of Royal Blue #535EDF

Tints of Royal Blue #535EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.75%

R = 20.75%
G = 23.5%
B = 55.75%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#535EDF (or 0x535EDF) is known color: Royal Blue. HEX triplet: 53, 5E and DF. RGB value is (83,94,223). Sum of RGB (Red+Green+Blue) = 83+94+223=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #535EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535EDF is #ACA120. Grayscale: #686868. Windows color (decimal): -11313441 or 14638675. OLE color: 14638675.

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

Color convert

RGB 83 94 223 -
CMYK 0.63 0.58 0 0.13
HSL 235.29º 0.69% 0.6% -
HSV(B) 235.29º 0.63% 0.87% -
XYZ 20.89 15.17 71.64 -
YUV 105.42 194.36 112.01 -
System Red Green Blue C M Y K H S L
Decimal 83 94 223 0.63 0.58 0 0.13 235.29 0.69 0.6
Hex 53 5E DF 3F 3A 0 D EB 45 3C
Octal 123 136 337 77 72 0 15 353 105 74
Binary 1010011 1011110 11011111 111111 111010 0 1101 11101011 1000101 111100

Color Harmonies of #535EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535EDF

Black with #535EDF

Text Example


Text Example

White with #535EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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