Html Css Color HEX #555DDF Royal Blue

📋 copy color: '#555DDF'

red 85 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #555DDF

Tints of Royal Blue #555DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 21.2%
G = 23.19%
B = 55.61%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#555DDF (or 0x555DDF) is known color: Royal Blue. HEX triplet: 55, 5D and DF. RGB value is (85,93,223). Sum of RGB (Red+Green+Blue) = 85+93+223=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #555DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DDF is #AAA220. Grayscale: #686868. Windows color (decimal): -11182625 or 14638421. OLE color: 14638421.

HSL color Cylindrical-coordinate representation of color #555DDF: hue angle of 236.52º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #555DDF is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 93 223 -
CMYK 0.62 0.58 0 0.13
HSL 236.52º 0.68% 0.6% -
HSV(B) 236.52º 0.62% 0.87% -
XYZ 20.98 15.09 71.62 -
YUV 105.43 194.35 113.43 -
System Red Green Blue C M Y K H S L
Decimal 85 93 223 0.62 0.58 0 0.13 236.52 0.68 0.6
Hex 55 5D DF 3E 3A 0 D ED 44 3C
Octal 125 135 337 76 72 0 15 355 104 74
Binary 1010101 1011101 11011111 111110 111010 0 1101 11101101 1000100 111100

Color Harmonies of #555DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DDF

Black with #555DDF

Text Example


Text Example

White with #555DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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