Html Css Color HEX #5360DB Royal Blue

📋 copy color: '#5360DB'

red 83 ◦ green 96 ◦ blue 219

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

Shades of Royal Blue #5360DB

Tints of Royal Blue #5360DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.12%

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

R = 20.85%
G = 24.12%
B = 55.03%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5360DB (or 0x5360DB) is known color: Royal Blue. HEX triplet: 53, 60 and DB. RGB value is (83,96,219). Sum of RGB (Red+Green+Blue) = 83+96+219=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #5360DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5360DB is #AC9F24. Grayscale: #696969. Windows color (decimal): -11312933 or 14377043. OLE color: 14377043.

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

Color convert

RGB 83 96 219 -
CMYK 0.62 0.56 0 0.14
HSL 234.26º 0.65% 0.59% -
HSV(B) 234.26º 0.62% 0.86% -
XYZ 20.54 15.32 68.89 -
YUV 106.14 191.69 111.5 -
System Red Green Blue C M Y K H S L
Decimal 83 96 219 0.62 0.56 0 0.14 234.26 0.65 0.59
Hex 53 60 DB 3E 38 0 E EA 41 3B
Octal 123 140 333 76 70 0 16 352 101 73
Binary 1010011 1100000 11011011 111110 111000 0 1110 11101010 1000001 111011

Color Harmonies of #5360DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5360DB

Black with #5360DB

Text Example


Text Example

White with #5360DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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