Html Css Color HEX #557ADB Royal Blue

📋 copy color: '#557ADB'

red 85 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #557ADB

Tints of Royal Blue #557ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

 BLUE value IS 219 (85.94% from 255) = 51.41%

R = 19.95%
G = 28.64%
B = 51.41%

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

#557ADB (or 0x557ADB) is known color: Royal Blue. HEX triplet: 55, 7A and DB. RGB value is (85,122,219). Sum of RGB (Red+Green+Blue) = 85+122+219=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #557ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ADB is #AA8524. Grayscale: #797979. Windows color (decimal): -11175205 or 14383701. OLE color: 14383701.

HSL color Cylindrical-coordinate representation of color #557ADB: hue angle of 223.43º degrees, saturation: 0.65, 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 #557ADB is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 122 219 -
CMYK 0.61 0.44 0 0.14
HSL 223.43º 0.65% 0.6% -
HSV(B) 223.43º 0.61% 0.86% -
XYZ 23.49 20.96 69.83 -
YUV 122 182.74 101.61 -
System Red Green Blue C M Y K H S L
Decimal 85 122 219 0.61 0.44 0 0.14 223.43 0.65 0.6
Hex 55 7A DB 3D 2C 0 E DF 41 3C
Octal 125 172 333 75 54 0 16 337 101 74
Binary 1010101 1111010 11011011 111101 101100 0 1110 11011111 1000001 111100

Color Harmonies of #557ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557ADB

Black with #557ADB

Text Example


Text Example

White with #557ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,122,219); }

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

background-color css

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

 a { background-color: rgb(85,122,219); }

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

border-color css

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

 span { border-color: rgb(85,122,219); }

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