Html Css Color HEX #5368DB Royal Blue

📋 copy color: '#5368DB'

red 83 ◦ green 104 ◦ blue 219

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

Shades of Royal Blue #5368DB

Tints of Royal Blue #5368DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.62%

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

R = 20.44%
G = 25.62%
B = 53.94%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5368DB (or 0x5368DB) is known color: Royal Blue. HEX triplet: 53, 68 and DB. RGB value is (83,104,219). Sum of RGB (Red+Green+Blue) = 83+104+219=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #5368DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5368DB is #AC9724. Grayscale: #6E6E6E. Windows color (decimal): -11310885 or 14379091. OLE color: 14379091.

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

Color convert

RGB 83 104 219 -
CMYK 0.62 0.53 0 0.14
HSL 230.74º 0.65% 0.59% -
HSV(B) 230.74º 0.62% 0.86% -
XYZ 21.3 16.85 69.15 -
YUV 110.83 189.04 108.15 -
System Red Green Blue C M Y K H S L
Decimal 83 104 219 0.62 0.53 0 0.14 230.74 0.65 0.59
Hex 53 68 DB 3E 35 0 E E7 41 3B
Octal 123 150 333 76 65 0 16 347 101 73
Binary 1010011 1101000 11011011 111110 110101 0 1110 11100111 1000001 111011

Color Harmonies of #5368DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5368DB

Black with #5368DB

Text Example


Text Example

White with #5368DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5368DB; }

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

 H1.HeaderClassName
 {
   color: #5368DB;
 }
 .AnyTagClassName
 {
   color: #5368DB;
 }
</style>

background-color css

<style>
 a { background-color: #5368DB; }

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

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

border-color css

<style>
 span { border-color: #5368DB; }

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

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