Html Css Color HEX #5569DB Royal Blue

📋 copy color: '#5569DB'

red 85 ◦ green 105 ◦ blue 219

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

Shades of Royal Blue #5569DB

Tints of Royal Blue #5569DB

RGB

 RED value IS 85 (33.59% from 255) = 20.78%

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

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

R = 20.78%
G = 25.67%
B = 53.55%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5569DB (or 0x5569DB) is known color: Royal Blue. HEX triplet: 55, 69 and DB. RGB value is (85,105,219). Sum of RGB (Red+Green+Blue) = 85+105+219=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #5569DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5569DB is #AA9624. Grayscale: #6F6F6F. Windows color (decimal): -11179557 or 14379349. OLE color: 14379349.

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

Color convert

RGB 85 105 219 -
CMYK 0.61 0.52 0 0.14
HSL 231.04º 0.65% 0.6% -
HSV(B) 231.04º 0.61% 0.86% -
XYZ 21.58 17.15 69.19 -
YUV 112.02 188.37 108.73 -
System Red Green Blue C M Y K H S L
Decimal 85 105 219 0.61 0.52 0 0.14 231.04 0.65 0.6
Hex 55 69 DB 3D 34 0 E E7 41 3C
Octal 125 151 333 75 64 0 16 347 101 74
Binary 1010101 1101001 11011011 111101 110100 0 1110 11100111 1000001 111100

Color Harmonies of #5569DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5569DB

Black with #5569DB

Text Example


Text Example

White with #5569DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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