Html Css Color HEX #555DDE Royal Blue

📋 copy color: '#555DDE'

red 85 ◦ green 93 ◦ blue 222

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

Shades of Royal Blue #555DDE

Tints of Royal Blue #555DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 21.25%
G = 23.25%
B = 55.5%

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

#555DDE (or 0x555DDE) is known color: Royal Blue. HEX triplet: 55, 5D and DE. RGB value is (85,93,222). Sum of RGB (Red+Green+Blue) = 85+93+222=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #555DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DDE is #AAA221. Grayscale: #686868. Windows color (decimal): -11182626 or 14572885. OLE color: 14572885.

HSL color Cylindrical-coordinate representation of color #555DDE: hue angle of 236.5º degrees, saturation: 0.67, 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 #555DDE is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 93 222 -
CMYK 0.62 0.58 0 0.13
HSL 236.5º 0.67% 0.6% -
HSV(B) 236.5º 0.62% 0.87% -
XYZ 20.85 15.03 70.91 -
YUV 105.31 193.85 113.51 -
System Red Green Blue C M Y K H S L
Decimal 85 93 222 0.62 0.58 0 0.13 236.5 0.67 0.6
Hex 55 5D DE 3E 3A 0 D EC 43 3C
Octal 125 135 336 76 72 0 15 354 103 74
Binary 1010101 1011101 11011110 111110 111010 0 1101 11101100 1000011 111100

Color Harmonies of #555DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DDE

Black with #555DDE

Text Example


Text Example

White with #555DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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