Html Css Color HEX #557CEA Royal Blue

📋 copy color: '#557CEA'

red 85 ◦ green 124 ◦ blue 234

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

Shades of Royal Blue #557CEA

Tints of Royal Blue #557CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.99%

 BLUE value IS 234 (91.8% from 255) = 52.82%

R = 19.19%
G = 27.99%
B = 52.82%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#557CEA (or 0x557CEA) is known color: Royal Blue. HEX triplet: 55, 7C and EA. RGB value is (85,124,234). Sum of RGB (Red+Green+Blue) = 85+124+234=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #557CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CEA is #AA8315. Grayscale: #7C7C7C. Windows color (decimal): -11174678 or 15367253. OLE color: 15367253.

HSL color Cylindrical-coordinate representation of color #557CEA: hue angle of 224.3º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557CEA is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 124 234 -
CMYK 0.64 0.47 0 0.08
HSL 224.3º 0.78% 0.63% -
HSV(B) 224.3º 0.64% 0.92% -
XYZ 25.81 22.29 80.78 -
YUV 124.88 189.58 99.56 -
System Red Green Blue C M Y K H S L
Decimal 85 124 234 0.64 0.47 0 0.08 224.3 0.78 0.63
Hex 55 7C EA 40 2F 0 8 E0 4E 3F
Octal 125 174 352 100 57 0 10 340 116 77
Binary 1010101 1111100 11101010 1000000 101111 0 1000 11100000 1001110 111111

Color Harmonies of #557CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CEA

Black with #557CEA

Text Example


Text Example

White with #557CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,124,234); }

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

background-color css

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

 a { background-color: rgb(85,124,234); }

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

border-color css

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

 span { border-color: rgb(85,124,234); }

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