Html Css Color HEX #518DB4 Steel Blue

📋 copy color: '#518DB4'

red 81 ◦ green 141 ◦ blue 180

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

Shades of Steel Blue #518DB4

Tints of Steel Blue #518DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.78%

R = 20.15%
G = 35.07%
B = 44.78%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#518DB4 (or 0x518DB4) is known color: Steel Blue. HEX triplet: 51, 8D and B4. RGB value is (81,141,180). Sum of RGB (Red+Green+Blue) = 81+141+180=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #518DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DB4 is #AE724B. Grayscale: #7F7F7F. Windows color (decimal): -11432524 or 11832657. OLE color: 11832657.

HSL color Cylindrical-coordinate representation of color #518DB4: hue angle of 203.64º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #518DB4 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 141 180 -
CMYK 0.55 0.22 0 0.29
HSL 203.64º 0.4% 0.51% -
HSV(B) 203.64º 0.55% 0.71% -
XYZ 21.16 24.09 46.72 -
YUV 127.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 81 141 180 0.55 0.22 0 0.29 203.64 0.4 0.51
Hex 51 8D B4 37 16 0 1D CC 28 33
Octal 121 215 264 67 26 0 35 314 50 63
Binary 1010001 10001101 10110100 110111 10110 0 11101 11001100 101000 110011

Color Harmonies of #518DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DB4

Black with #518DB4

Text Example


Text Example

White with #518DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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