Html Css Color HEX #557CDC Royal Blue

📋 copy color: '#557CDC'

red 85 ◦ green 124 ◦ blue 220

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

Shades of Royal Blue #557CDC

Tints of Royal Blue #557CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 19.81%
G = 28.9%
B = 51.28%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#557CDC (or 0x557CDC) is known color: Royal Blue. HEX triplet: 55, 7C and DC. RGB value is (85,124,220). Sum of RGB (Red+Green+Blue) = 85+124+220=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #557CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CDC is #AA8323. Grayscale: #7A7A7A. Windows color (decimal): -11174692 or 14449749. OLE color: 14449749.

HSL color Cylindrical-coordinate representation of color #557CDC: hue angle of 222.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #557CDC is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 124 220 -
CMYK 0.61 0.44 0 0.14
HSL 222.67º 0.66% 0.6% -
HSV(B) 222.67º 0.61% 0.86% -
XYZ 23.87 21.51 70.6 -
YUV 123.28 182.58 100.69 -
System Red Green Blue C M Y K H S L
Decimal 85 124 220 0.61 0.44 0 0.14 222.67 0.66 0.6
Hex 55 7C DC 3D 2C 0 E DF 42 3C
Octal 125 174 334 75 54 0 16 337 102 74
Binary 1010101 1111100 11011100 111101 101100 0 1110 11011111 1000010 111100

Color Harmonies of #557CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CDC

Black with #557CDC

Text Example


Text Example

White with #557CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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