Html Css Color HEX #536EDB Royal Blue

📋 copy color: '#536EDB'

red 83 ◦ green 110 ◦ blue 219

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

Shades of Royal Blue #536EDB

Tints of Royal Blue #536EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 20.15%
G = 26.7%
B = 53.16%

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

#536EDB (or 0x536EDB) is known color: Royal Blue. HEX triplet: 53, 6E and DB. RGB value is (83,110,219). Sum of RGB (Red+Green+Blue) = 83+110+219=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #536EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536EDB is #AC9124. Grayscale: #717171. Windows color (decimal): -11309349 or 14380627. OLE color: 14380627.

HSL color Cylindrical-coordinate representation of color #536EDB: hue angle of 228.09º degrees, saturation: 0.65, 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 #536EDB is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 110 219 -
CMYK 0.62 0.50 0 0.14
HSL 228.09º 0.65% 0.59% -
HSV(B) 228.09º 0.62% 0.86% -
XYZ 21.93 18.11 69.36 -
YUV 114.35 187.05 105.64 -
System Red Green Blue C M Y K H S L
Decimal 83 110 219 0.62 0.50 0 0.14 228.09 0.65 0.59
Hex 53 6E DB 3E 32 0 E E4 41 3B
Octal 123 156 333 76 62 0 16 344 101 73
Binary 1010011 1101110 11011011 111110 110010 0 1110 11100100 1000001 111011

Color Harmonies of #536EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536EDB

Black with #536EDB

Text Example


Text Example

White with #536EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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