Html Css Color HEX #536DDB Royal Blue

📋 copy color: '#536DDB'

red 83 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #536DDB

Tints of Royal Blue #536DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.52%

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

R = 20.19%
G = 26.52%
B = 53.28%

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

#536DDB (or 0x536DDB) is known color: Royal Blue. HEX triplet: 53, 6D and DB. RGB value is (83,109,219). Sum of RGB (Red+Green+Blue) = 83+109+219=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #536DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DDB is #AC9224. Grayscale: #717171. Windows color (decimal): -11309605 or 14380371. OLE color: 14380371.

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

Color convert

RGB 83 109 219 -
CMYK 0.62 0.50 0 0.14
HSL 228.53º 0.65% 0.59% -
HSV(B) 228.53º 0.62% 0.86% -
XYZ 21.82 17.89 69.32 -
YUV 113.77 187.39 106.06 -
System Red Green Blue C M Y K H S L
Decimal 83 109 219 0.62 0.50 0 0.14 228.53 0.65 0.59
Hex 53 6D DB 3E 32 0 E E5 41 3B
Octal 123 155 333 76 62 0 16 345 101 73
Binary 1010011 1101101 11011011 111110 110010 0 1110 11100101 1000001 111011

Color Harmonies of #536DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536DDB

Black with #536DDB

Text Example


Text Example

White with #536DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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