Html Css Color HEX #557CEB Royal Blue

📋 copy color: '#557CEB'

red 85 ◦ green 124 ◦ blue 235

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

Shades of Royal Blue #557CEB

Tints of Royal Blue #557CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.93%

R = 19.14%
G = 27.93%
B = 52.93%

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

#557CEB (or 0x557CEB) is known color: Royal Blue. HEX triplet: 55, 7C and EB. RGB value is (85,124,235). Sum of RGB (Red+Green+Blue) = 85+124+235=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #557CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CEB is #AA8314. Grayscale: #7C7C7C. Windows color (decimal): -11174677 or 15432789. OLE color: 15432789.

HSL color Cylindrical-coordinate representation of color #557CEB: hue angle of 224.4º degrees, saturation: 0.79, 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 #557CEB is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 124 235 -
CMYK 0.64 0.47 0 0.08
HSL 224.4º 0.79% 0.63% -
HSV(B) 224.4º 0.64% 0.92% -
XYZ 25.95 22.34 81.54 -
YUV 124.99 190.08 99.47 -
System Red Green Blue C M Y K H S L
Decimal 85 124 235 0.64 0.47 0 0.08 224.4 0.79 0.63
Hex 55 7C EB 40 2F 0 8 E0 4F 3F
Octal 125 174 353 100 57 0 10 340 117 77
Binary 1010101 1111100 11101011 1000000 101111 0 1000 11100000 1001111 111111

Color Harmonies of #557CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CEB

Black with #557CEB

Text Example


Text Example

White with #557CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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