Html Css Color HEX #5968DB Royal Blue

📋 copy color: '#5968DB'

red 89 ◦ green 104 ◦ blue 219

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

Shades of Royal Blue #5968DB

Tints of Royal Blue #5968DB

RGB

 RED value IS 89 (35.16% from 255) = 21.6%

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

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

R = 21.6%
G = 25.24%
B = 53.16%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5968DB (or 0x5968DB) is known color: Royal Blue. HEX triplet: 59, 68 and DB. RGB value is (89,104,219). Sum of RGB (Red+Green+Blue) = 89+104+219=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #5968DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5968DB is #A69724. Grayscale: #707070. Windows color (decimal): -10917669 or 14379097. OLE color: 14379097.

HSL color Cylindrical-coordinate representation of color #5968DB: hue angle of 233.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5968DB is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 104 219 -
CMYK 0.59 0.53 0 0.14
HSL 233.08º 0.64% 0.6% -
HSV(B) 233.08º 0.59% 0.86% -
XYZ 21.86 17.14 69.17 -
YUV 112.63 188.03 111.15 -
System Red Green Blue C M Y K H S L
Decimal 89 104 219 0.59 0.53 0 0.14 233.08 0.64 0.6
Hex 59 68 DB 3B 35 0 E E9 40 3C
Octal 131 150 333 73 65 0 16 351 100 74
Binary 1011001 1101000 11011011 111011 110101 0 1110 11101001 1000000 111100

Color Harmonies of #5968DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5968DB

Black with #5968DB

Text Example


Text Example

White with #5968DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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