Html Css Color HEX #555EDD Royal Blue

📋 copy color: '#555EDD'

red 85 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #555EDD

Tints of Royal Blue #555EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 21.25%
G = 23.5%
B = 55.25%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#555EDD (or 0x555EDD) is known color: Royal Blue. HEX triplet: 55, 5E and DD. RGB value is (85,94,221). Sum of RGB (Red+Green+Blue) = 85+94+221=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #555EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555EDD is #AAA122. Grayscale: #696969. Windows color (decimal): -11182371 or 14507605. OLE color: 14507605.

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

Color convert

RGB 85 94 221 -
CMYK 0.62 0.57 0 0.13
HSL 236.03º 0.67% 0.6% -
HSV(B) 236.03º 0.62% 0.87% -
XYZ 20.8 15.16 70.24 -
YUV 105.79 193.02 113.17 -
System Red Green Blue C M Y K H S L
Decimal 85 94 221 0.62 0.57 0 0.13 236.03 0.67 0.6
Hex 55 5E DD 3E 39 0 D EC 43 3C
Octal 125 136 335 76 71 0 15 354 103 74
Binary 1010101 1011110 11011101 111110 111001 0 1101 11101100 1000011 111100

Color Harmonies of #555EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555EDD

Black with #555EDD

Text Example


Text Example

White with #555EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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