Html Css Color HEX #555EDB Royal Blue

📋 copy color: '#555EDB'

red 85 ◦ green 94 ◦ blue 219

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

Shades of Royal Blue #555EDB

Tints of Royal Blue #555EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.62%

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

R = 21.36%
G = 23.62%
B = 55.03%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#555EDB (or 0x555EDB) is known color: Royal Blue. HEX triplet: 55, 5E and DB. RGB value is (85,94,219). Sum of RGB (Red+Green+Blue) = 85+94+219=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 94 (37.11% from 255 or 23.62% 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 #555EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EDB is #AAA124. Grayscale: #696969. Windows color (decimal): -11182373 or 14376533. OLE color: 14376533.

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

Color convert

RGB 85 94 219 -
CMYK 0.61 0.57 0 0.14
HSL 235.97º 0.65% 0.6% -
HSV(B) 235.97º 0.61% 0.86% -
XYZ 20.54 15.05 68.84 -
YUV 105.56 192.02 113.34 -
System Red Green Blue C M Y K H S L
Decimal 85 94 219 0.61 0.57 0 0.14 235.97 0.65 0.6
Hex 55 5E DB 3D 39 0 E EC 41 3C
Octal 125 136 333 75 71 0 16 354 101 74
Binary 1010101 1011110 11011011 111101 111001 0 1110 11101100 1000001 111100

Color Harmonies of #555EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555EDB

Black with #555EDB

Text Example


Text Example

White with #555EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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