Html Css Color HEX #557EDE Royal Blue

📋 copy color: '#557EDE'

red 85 ◦ green 126 ◦ blue 222

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

Shades of Royal Blue #557EDE

Tints of Royal Blue #557EDE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.1%

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

R = 19.63%
G = 29.1%
B = 51.27%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#557EDE (or 0x557EDE) is known color: Royal Blue. HEX triplet: 55, 7E and DE. RGB value is (85,126,222). Sum of RGB (Red+Green+Blue) = 85+126+222=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #557EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EDE is #AA8121. Grayscale: #7C7C7C. Windows color (decimal): -11174178 or 14581333. OLE color: 14581333.

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

Color convert

RGB 85 126 222 -
CMYK 0.62 0.43 0 0.13
HSL 222.04º 0.67% 0.6% -
HSV(B) 222.04º 0.62% 0.87% -
XYZ 24.39 22.13 72.09 -
YUV 124.69 182.92 99.69 -
System Red Green Blue C M Y K H S L
Decimal 85 126 222 0.62 0.43 0 0.13 222.04 0.67 0.6
Hex 55 7E DE 3E 2B 0 D DE 43 3C
Octal 125 176 336 76 53 0 15 336 103 74
Binary 1010101 1111110 11011110 111110 101011 0 1101 11011110 1000011 111100

Color Harmonies of #557EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EDE

Black with #557EDE

Text Example


Text Example

White with #557EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557EDE; }

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

 H1.HeaderClassName
 {
   color: #557EDE;
 }
 .AnyTagClassName
 {
   color: #557EDE;
 }
</style>

background-color css

<style>
 a { background-color: #557EDE; }

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

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

border-color css

<style>
 span { border-color: #557EDE; }

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

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