Html Css Color HEX #518DB7 Steel Blue

📋 copy color: '#518DB7'

red 81 ◦ green 141 ◦ blue 183

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

Shades of Steel Blue #518DB7

Tints of Steel Blue #518DB7

RGB

 RED value IS 81 (32.03% from 255) = 20%

 GREEN value IS 141 (55.47% from 255) = 34.81%

 BLUE value IS 183 (71.88% from 255) = 45.19%

R = 20%
G = 34.81%
B = 45.19%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#518DB7 (or 0x518DB7) is known color: Steel Blue. HEX triplet: 51, 8D and B7. RGB value is (81,141,183). Sum of RGB (Red+Green+Blue) = 81+141+183=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 183 - color contains mainly: blue. Hex color #518DB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DB7 is #AE7248. Grayscale: #7F7F7F. Windows color (decimal): -11432521 or 12029265. OLE color: 12029265.

HSL color Cylindrical-coordinate representation of color #518DB7: hue angle of 204.71º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #518DB7 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 81 141 183 -
CMYK 0.56 0.23 0 0.28
HSL 204.71º 0.41% 0.52% -
HSV(B) 204.71º 0.56% 0.72% -
XYZ 21.47 24.22 48.34 -
YUV 127.85 159.12 94.58 -
System Red Green Blue C M Y K H S L
Decimal 81 141 183 0.56 0.23 0 0.28 204.71 0.41 0.52
Hex 51 8D B7 38 17 0 1C CD 29 34
Octal 121 215 267 70 27 0 34 315 51 64
Binary 1010001 10001101 10110111 111000 10111 0 11100 11001101 101001 110100

Color Harmonies of #518DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DB7

Black with #518DB7

Text Example


Text Example

White with #518DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518DB7; }

 p { color: rgb(81,141,183); }

 H1.HeaderClassName
 {
   color: #518DB7;
 }
 .AnyTagClassName
 {
   color: #518DB7;
 }
</style>

background-color css

<style>
 a { background-color: #518DB7; }

 a { background-color: rgb(81,141,183); }

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

border-color css

<style>
 span { border-color: #518DB7; }

 span { border-color: rgb(81,141,183); }

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