Html Css Color HEX #557BDD Royal Blue

📋 copy color: '#557BDD'

red 85 ◦ green 123 ◦ blue 221

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

Shades of Royal Blue #557BDD

Tints of Royal Blue #557BDD

RGB

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

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

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

R = 19.81%
G = 28.67%
B = 51.52%

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

#557BDD (or 0x557BDD) is known color: Royal Blue. HEX triplet: 55, 7B and DD. RGB value is (85,123,221). Sum of RGB (Red+Green+Blue) = 85+123+221=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #557BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BDD is #AA8422. Grayscale: #7A7A7A. Windows color (decimal): -11174947 or 14515029. OLE color: 14515029.

HSL color Cylindrical-coordinate representation of color #557BDD: hue angle of 223.24º 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 #557BDD is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 123 221 -
CMYK 0.62 0.44 0 0.13
HSL 223.24º 0.67% 0.6% -
HSV(B) 223.24º 0.62% 0.87% -
XYZ 23.88 21.32 71.26 -
YUV 122.81 183.41 101.03 -
System Red Green Blue C M Y K H S L
Decimal 85 123 221 0.62 0.44 0 0.13 223.24 0.67 0.6
Hex 55 7B DD 3E 2C 0 D DF 43 3C
Octal 125 173 335 76 54 0 15 337 103 74
Binary 1010101 1111011 11011101 111110 101100 0 1101 11011111 1000011 111100

Color Harmonies of #557BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BDD

Black with #557BDD

Text Example


Text Example

White with #557BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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