Html Css Color HEX #557BEA Royal Blue

📋 copy color: '#557BEA'

red 85 ◦ green 123 ◦ blue 234

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

Shades of Royal Blue #557BEA

Tints of Royal Blue #557BEA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.83%

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

R = 19.23%
G = 27.83%
B = 52.94%

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

#557BEA (or 0x557BEA) is known color: Royal Blue. HEX triplet: 55, 7B and EA. RGB value is (85,123,234). Sum of RGB (Red+Green+Blue) = 85+123+234=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #557BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557BEA is #AA8415. Grayscale: #7B7B7B. Windows color (decimal): -11174934 or 15366997. OLE color: 15366997.

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

Color convert

RGB 85 123 234 -
CMYK 0.64 0.47 0 0.08
HSL 224.7º 0.78% 0.63% -
HSV(B) 224.7º 0.64% 0.92% -
XYZ 25.68 22.04 80.74 -
YUV 124.29 189.91 99.97 -
System Red Green Blue C M Y K H S L
Decimal 85 123 234 0.64 0.47 0 0.08 224.7 0.78 0.63
Hex 55 7B EA 40 2F 0 8 E1 4E 3F
Octal 125 173 352 100 57 0 10 341 116 77
Binary 1010101 1111011 11101010 1000000 101111 0 1000 11100001 1001110 111111

Color Harmonies of #557BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BEA

Black with #557BEA

Text Example


Text Example

White with #557BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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