Html Css Color HEX #557EE3 Royal Blue

📋 copy color: '#557EE3'

red 85 ◦ green 126 ◦ blue 227

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

Shades of Royal Blue #557EE3

Tints of Royal Blue #557EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 51.83%

R = 19.41%
G = 28.77%
B = 51.83%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#557EE3 (or 0x557EE3) is known color: Royal Blue. HEX triplet: 55, 7E and E3. RGB value is (85,126,227). Sum of RGB (Red+Green+Blue) = 85+126+227=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 227 (89.06% from 255 or 51.83% from 438); Max value from RGB is 227 - color contains mainly: blue. Hex color #557EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EE3 is #AA811C. Grayscale: #7C7C7C. Windows color (decimal): -11174173 or 14909013. OLE color: 14909013.

HSL color Cylindrical-coordinate representation of color #557EE3: hue angle of 222.68º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #557EE3 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 126 227 -
CMYK 0.63 0.44 0 0.11
HSL 222.68º 0.72% 0.61% -
HSV(B) 222.68º 0.63% 0.89% -
XYZ 25.07 22.4 75.68 -
YUV 125.26 185.42 99.29 -
System Red Green Blue C M Y K H S L
Decimal 85 126 227 0.63 0.44 0 0.11 222.68 0.72 0.61
Hex 55 7E E3 3F 2C 0 B DF 48 3D
Octal 125 176 343 77 54 0 13 337 110 75
Binary 1010101 1111110 11100011 111111 101100 0 1011 11011111 1001000 111101

Color Harmonies of #557EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EE3

Black with #557EE3

Text Example


Text Example

White with #557EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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