Html Css Color HEX #557ADF Royal Blue

📋 copy color: '#557ADF'

red 85 ◦ green 122 ◦ blue 223

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

Shades of Royal Blue #557ADF

Tints of Royal Blue #557ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 19.77%
G = 28.37%
B = 51.86%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#557ADF (or 0x557ADF) is known color: Royal Blue. HEX triplet: 55, 7A and DF. RGB value is (85,122,223). Sum of RGB (Red+Green+Blue) = 85+122+223=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #557ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ADF is #AA8520. Grayscale: #7A7A7A. Windows color (decimal): -11175201 or 14645845. OLE color: 14645845.

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

Color convert

RGB 85 122 223 -
CMYK 0.62 0.45 0 0.13
HSL 223.91º 0.68% 0.6% -
HSV(B) 223.91º 0.62% 0.87% -
XYZ 24.03 21.18 72.63 -
YUV 122.45 184.74 101.29 -
System Red Green Blue C M Y K H S L
Decimal 85 122 223 0.62 0.45 0 0.13 223.91 0.68 0.6
Hex 55 7A DF 3E 2D 0 D E0 44 3C
Octal 125 172 337 76 55 0 15 340 104 74
Binary 1010101 1111010 11011111 111110 101101 0 1101 11100000 1000100 111100

Color Harmonies of #557ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557ADF

Black with #557ADF

Text Example


Text Example

White with #557ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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