Html Css Color HEX #557BED Royal Blue

📋 copy color: '#557BED'

red 85 ◦ green 123 ◦ blue 237

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

Shades of Royal Blue #557BED

Tints of Royal Blue #557BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.26%

R = 19.1%
G = 27.64%
B = 53.26%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#557BED (or 0x557BED) is known color: Royal Blue. HEX triplet: 55, 7B and ED. RGB value is (85,123,237). Sum of RGB (Red+Green+Blue) = 85+123+237=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #557BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557BED is #AA8412. Grayscale: #7C7C7C. Windows color (decimal): -11174931 or 15563605. OLE color: 15563605.

HSL color Cylindrical-coordinate representation of color #557BED: hue angle of 225º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557BED is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 123 237 -
CMYK 0.64 0.48 0 0.07
HSL 225º 0.81% 0.63% -
HSV(B) 225º 0.64% 0.93% -
XYZ 26.12 22.21 83.03 -
YUV 124.63 191.41 99.73 -
System Red Green Blue C M Y K H S L
Decimal 85 123 237 0.64 0.48 0 0.07 225 0.81 0.63
Hex 55 7B ED 40 30 0 7 E1 51 3F
Octal 125 173 355 100 60 0 7 341 121 77
Binary 1010101 1111011 11101101 1000000 110000 0 111 11100001 1010001 111111

Color Harmonies of #557BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BED

Black with #557BED

Text Example


Text Example

White with #557BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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