Html Css Color HEX #536ADB Royal Blue

📋 copy color: '#536ADB'

red 83 ◦ green 106 ◦ blue 219

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

Shades of Royal Blue #536ADB

Tints of Royal Blue #536ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.98%

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

R = 20.34%
G = 25.98%
B = 53.68%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#536ADB (or 0x536ADB) is known color: Royal Blue. HEX triplet: 53, 6A and DB. RGB value is (83,106,219). Sum of RGB (Red+Green+Blue) = 83+106+219=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #536ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ADB is #AC9524. Grayscale: #6F6F6F. Windows color (decimal): -11310373 or 14379603. OLE color: 14379603.

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

Color convert

RGB 83 106 219 -
CMYK 0.62 0.52 0 0.14
HSL 229.85º 0.65% 0.59% -
HSV(B) 229.85º 0.62% 0.86% -
XYZ 21.51 17.26 69.22 -
YUV 112.01 188.38 107.31 -
System Red Green Blue C M Y K H S L
Decimal 83 106 219 0.62 0.52 0 0.14 229.85 0.65 0.59
Hex 53 6A DB 3E 34 0 E E6 41 3B
Octal 123 152 333 76 64 0 16 346 101 73
Binary 1010011 1101010 11011011 111110 110100 0 1110 11100110 1000001 111011

Color Harmonies of #536ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536ADB

Black with #536ADB

Text Example


Text Example

White with #536ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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