Html Css Color HEX #555DDB Royal Blue

📋 copy color: '#555DDB'

red 85 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #555DDB

Tints of Royal Blue #555DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.43%

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

R = 21.41%
G = 23.43%
B = 55.16%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#555DDB (or 0x555DDB) is known color: Royal Blue. HEX triplet: 55, 5D and DB. RGB value is (85,93,219). Sum of RGB (Red+Green+Blue) = 85+93+219=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #555DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DDB is #AAA224. Grayscale: #686868. Windows color (decimal): -11182629 or 14376277. OLE color: 14376277.

HSL color Cylindrical-coordinate representation of color #555DDB: hue angle of 236.42º 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 #555DDB is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 93 219 -
CMYK 0.61 0.58 0 0.14
HSL 236.42º 0.65% 0.6% -
HSV(B) 236.42º 0.61% 0.86% -
XYZ 20.45 14.87 68.81 -
YUV 104.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 85 93 219 0.61 0.58 0 0.14 236.42 0.65 0.6
Hex 55 5D DB 3D 3A 0 E EC 41 3C
Octal 125 135 333 75 72 0 16 354 101 74
Binary 1010101 1011101 11011011 111101 111010 0 1110 11101100 1000001 111100

Color Harmonies of #555DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DDB

Black with #555DDB

Text Example


Text Example

White with #555DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555DDB; }

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

 H1.HeaderClassName
 {
   color: #555DDB;
 }
 .AnyTagClassName
 {
   color: #555DDB;
 }
</style>

background-color css

<style>
 a { background-color: #555DDB; }

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

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

border-color css

<style>
 span { border-color: #555DDB; }

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

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