Html Css Color HEX #557AE3 Royal Blue

📋 copy color: '#557AE3'

red 85 ◦ green 122 ◦ blue 227

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

Shades of Royal Blue #557AE3

Tints of Royal Blue #557AE3

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.11%

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

R = 19.59%
G = 28.11%
B = 52.3%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#557AE3 (or 0x557AE3) is known color: Royal Blue. HEX triplet: 55, 7A and E3. RGB value is (85,122,227). Sum of RGB (Red+Green+Blue) = 85+122+227=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 227 (89.06% from 255 or 52.30% from 434); Max value from RGB is 227 - color contains mainly: blue. Hex color #557AE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557AE3 is #AA851C. Grayscale: #7A7A7A. Windows color (decimal): -11175197 or 14907989. OLE color: 14907989.

HSL color Cylindrical-coordinate representation of color #557AE3: hue angle of 224.37º 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 #557AE3 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 122 227 -
CMYK 0.63 0.46 0 0.11
HSL 224.37º 0.72% 0.61% -
HSV(B) 224.37º 0.63% 0.89% -
XYZ 24.57 21.4 75.51 -
YUV 122.91 186.74 100.96 -
System Red Green Blue C M Y K H S L
Decimal 85 122 227 0.63 0.46 0 0.11 224.37 0.72 0.61
Hex 55 7A E3 3F 2E 0 B E0 48 3D
Octal 125 172 343 77 56 0 13 340 110 75
Binary 1010101 1111010 11100011 111111 101110 0 1011 11100000 1001000 111101

Color Harmonies of #557AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557AE3

Black with #557AE3

Text Example


Text Example

White with #557AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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