Html Css Color HEX #536EE0 Royal Blue

📋 copy color: '#536EE0'

red 83 ◦ green 110 ◦ blue 224

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

Shades of Royal Blue #536EE0

Tints of Royal Blue #536EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.72%

R = 19.9%
G = 26.38%
B = 53.72%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#536EE0 (or 0x536EE0) is known color: Royal Blue. HEX triplet: 53, 6E and E0. RGB value is (83,110,224). Sum of RGB (Red+Green+Blue) = 83+110+224=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #536EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536EE0 is #AC911F. Grayscale: #727272. Windows color (decimal): -11309344 or 14708307. OLE color: 14708307.

HSL color Cylindrical-coordinate representation of color #536EE0: hue angle of 228.51º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #536EE0 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 110 224 -
CMYK 0.63 0.51 0 0.12
HSL 228.51º 0.69% 0.6% -
HSV(B) 228.51º 0.63% 0.88% -
XYZ 22.6 18.37 72.88 -
YUV 114.92 189.55 105.23 -
System Red Green Blue C M Y K H S L
Decimal 83 110 224 0.63 0.51 0 0.12 228.51 0.69 0.6
Hex 53 6E E0 3F 33 0 C E5 45 3C
Octal 123 156 340 77 63 0 14 345 105 74
Binary 1010011 1101110 11100000 111111 110011 0 1100 11100101 1000101 111100

Color Harmonies of #536EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536EE0

Black with #536EE0

Text Example


Text Example

White with #536EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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