Html Css Color HEX #557DDD Royal Blue

📋 copy color: '#557DDD'

red 85 ◦ green 125 ◦ blue 221

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

Shades of Royal Blue #557DDD

Tints of Royal Blue #557DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29%

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

R = 19.72%
G = 29%
B = 51.28%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#557DDD (or 0x557DDD) is known color: Royal Blue. HEX triplet: 55, 7D and DD. RGB value is (85,125,221). Sum of RGB (Red+Green+Blue) = 85+125+221=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #557DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DDD is #AA8222. Grayscale: #7B7B7B. Windows color (decimal): -11174435 or 14515541. OLE color: 14515541.

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

Color convert

RGB 85 125 221 -
CMYK 0.62 0.43 0 0.13
HSL 222.35º 0.67% 0.6% -
HSV(B) 222.35º 0.62% 0.87% -
XYZ 24.13 21.82 71.35 -
YUV 123.98 182.75 100.19 -
System Red Green Blue C M Y K H S L
Decimal 85 125 221 0.62 0.43 0 0.13 222.35 0.67 0.6
Hex 55 7D DD 3E 2B 0 D DE 43 3C
Octal 125 175 335 76 53 0 15 336 103 74
Binary 1010101 1111101 11011101 111110 101011 0 1101 11011110 1000011 111100

Color Harmonies of #557DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DDD

Black with #557DDD

Text Example


Text Example

White with #557DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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