Html Css Color HEX #557CDD Royal Blue

📋 copy color: '#557CDD'

red 85 ◦ green 124 ◦ blue 221

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

Shades of Royal Blue #557CDD

Tints of Royal Blue #557CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 19.77%
G = 28.84%
B = 51.4%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#557CDD (or 0x557CDD) is known color: Royal Blue. HEX triplet: 55, 7C and DD. RGB value is (85,124,221). Sum of RGB (Red+Green+Blue) = 85+124+221=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #557CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CDD is #AA8322. Grayscale: #7A7A7A. Windows color (decimal): -11174691 or 14515285. OLE color: 14515285.

HSL color Cylindrical-coordinate representation of color #557CDD: hue angle of 222.79º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #557CDD is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 124 221 -
CMYK 0.62 0.44 0 0.13
HSL 222.79º 0.67% 0.6% -
HSV(B) 222.79º 0.62% 0.87% -
XYZ 24.01 21.57 71.3 -
YUV 123.4 183.08 100.61 -
System Red Green Blue C M Y K H S L
Decimal 85 124 221 0.62 0.44 0 0.13 222.79 0.67 0.6
Hex 55 7C DD 3E 2C 0 D DF 43 3C
Octal 125 174 335 76 54 0 15 337 103 74
Binary 1010101 1111100 11011101 111110 101100 0 1101 11011111 1000011 111100

Color Harmonies of #557CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CDD

Black with #557CDD

Text Example


Text Example

White with #557CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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