Html Css Color HEX #5969DB Royal Blue

📋 copy color: '#5969DB'

red 89 ◦ green 105 ◦ blue 219

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

Shades of Royal Blue #5969DB

Tints of Royal Blue #5969DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.42%

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

R = 21.55%
G = 25.42%
B = 53.03%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5969DB (or 0x5969DB) is known color: Royal Blue. HEX triplet: 59, 69 and DB. RGB value is (89,105,219). Sum of RGB (Red+Green+Blue) = 89+105+219=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #5969DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5969DB is #A69624. Grayscale: #707070. Windows color (decimal): -10917413 or 14379353. OLE color: 14379353.

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

Color convert

RGB 89 105 219 -
CMYK 0.59 0.52 0 0.14
HSL 232.62º 0.64% 0.6% -
HSV(B) 232.62º 0.59% 0.86% -
XYZ 21.96 17.34 69.21 -
YUV 113.21 187.7 110.73 -
System Red Green Blue C M Y K H S L
Decimal 89 105 219 0.59 0.52 0 0.14 232.62 0.64 0.6
Hex 59 69 DB 3B 34 0 E E9 40 3C
Octal 131 151 333 73 64 0 16 351 100 74
Binary 1011001 1101001 11011011 111011 110100 0 1110 11101001 1000000 111100

Color Harmonies of #5969DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5969DB

Black with #5969DB

Text Example


Text Example

White with #5969DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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