Html Css Color HEX #555DD9 Royal Blue

📋 copy color: '#555DD9'

red 85 ◦ green 93 ◦ blue 217

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

Shades of Royal Blue #555DD9

Tints of Royal Blue #555DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 54.94%

R = 21.52%
G = 23.54%
B = 54.94%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#555DD9 (or 0x555DD9) is known color: Royal Blue. HEX triplet: 55, 5D and D9. RGB value is (85,93,217). Sum of RGB (Red+Green+Blue) = 85+93+217=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #555DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DD9 is #AAA226. Grayscale: #686868. Windows color (decimal): -11182631 or 14245205. OLE color: 14245205.

HSL color Cylindrical-coordinate representation of color #555DD9: hue angle of 236.36º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555DD9 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 93 217 -
CMYK 0.61 0.57 0 0.15
HSL 236.36º 0.63% 0.59% -
HSV(B) 236.36º 0.61% 0.85% -
XYZ 20.19 14.77 67.43 -
YUV 104.74 191.35 113.92 -
System Red Green Blue C M Y K H S L
Decimal 85 93 217 0.61 0.57 0 0.15 236.36 0.63 0.59
Hex 55 5D D9 3D 39 0 F EC 3F 3B
Octal 125 135 331 75 71 0 17 354 77 73
Binary 1010101 1011101 11011001 111101 111001 0 1111 11101100 111111 111011

Color Harmonies of #555DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DD9

Black with #555DD9

Text Example


Text Example

White with #555DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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