Html Css Color HEX #557CED Royal Blue

📋 copy color: '#557CED'

red 85 ◦ green 124 ◦ blue 237

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

Shades of Royal Blue #557CED

Tints of Royal Blue #557CED

RGB

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

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

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

R = 19.06%
G = 27.8%
B = 53.14%

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

#557CED (or 0x557CED) is known color: Royal Blue. HEX triplet: 55, 7C and ED. RGB value is (85,124,237). Sum of RGB (Red+Green+Blue) = 85+124+237=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #557CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557CED is #AA8312. Grayscale: #7C7C7C. Windows color (decimal): -11174675 or 15563861. OLE color: 15563861.

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

Color convert

RGB 85 124 237 -
CMYK 0.64 0.48 0 0.07
HSL 224.61º 0.81% 0.63% -
HSV(B) 224.61º 0.64% 0.93% -
XYZ 26.24 22.46 83.07 -
YUV 125.22 191.08 99.31 -
System Red Green Blue C M Y K H S L
Decimal 85 124 237 0.64 0.48 0 0.07 224.61 0.81 0.63
Hex 55 7C ED 40 30 0 7 E1 51 3F
Octal 125 174 355 100 60 0 7 341 121 77
Binary 1010101 1111100 11101101 1000000 110000 0 111 11100001 1010001 111111

Color Harmonies of #557CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CED

Black with #557CED

Text Example


Text Example

White with #557CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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