Html Css Color HEX #5363DB Royal Blue

📋 copy color: '#5363DB'

red 83 ◦ green 99 ◦ blue 219

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

Shades of Royal Blue #5363DB

Tints of Royal Blue #5363DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

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

R = 20.7%
G = 24.69%
B = 54.61%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5363DB (or 0x5363DB) is known color: Royal Blue. HEX triplet: 53, 63 and DB. RGB value is (83,99,219). Sum of RGB (Red+Green+Blue) = 83+99+219=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #5363DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5363DB is #AC9C24. Grayscale: #6B6B6B. Windows color (decimal): -11312165 or 14377811. OLE color: 14377811.

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

Color convert

RGB 83 99 219 -
CMYK 0.62 0.55 0 0.14
HSL 232.94º 0.65% 0.59% -
HSV(B) 232.94º 0.62% 0.86% -
XYZ 20.82 15.88 68.99 -
YUV 107.9 190.7 110.24 -
System Red Green Blue C M Y K H S L
Decimal 83 99 219 0.62 0.55 0 0.14 232.94 0.65 0.59
Hex 53 63 DB 3E 37 0 E E9 41 3B
Octal 123 143 333 76 67 0 16 351 101 73
Binary 1010011 1100011 11011011 111110 110111 0 1110 11101001 1000001 111011

Color Harmonies of #5363DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5363DB

Black with #5363DB

Text Example


Text Example

White with #5363DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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