Html Css Color HEX #508DB3 Steel Blue

📋 copy color: '#508DB3'

red 80 ◦ green 141 ◦ blue 179

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

Shades of Steel Blue #508DB3

Tints of Steel Blue #508DB3

RGB

 RED value IS 80 (31.64% from 255) = 20%

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

 BLUE value IS 179 (70.31% from 255) = 44.75%

R = 20%
G = 35.25%
B = 44.75%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#508DB3 (or 0x508DB3) is known color: Steel Blue. HEX triplet: 50, 8D and B3. RGB value is (80,141,179). Sum of RGB (Red+Green+Blue) = 80+141+179=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #508DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DB3 is #AF724C. Grayscale: #7E7E7E. Windows color (decimal): -11498061 or 11767120. OLE color: 11767120.

HSL color Cylindrical-coordinate representation of color #508DB3: hue angle of 203.03º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #508DB3 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 141 179 -
CMYK 0.55 0.21 0 0.30
HSL 203.03º 0.39% 0.51% -
HSV(B) 203.03º 0.55% 0.7% -
XYZ 20.97 24.01 46.18 -
YUV 127.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 80 141 179 0.55 0.21 0 0.30 203.03 0.39 0.51
Hex 50 8D B3 37 15 0 1E CB 27 33
Octal 120 215 263 67 25 0 36 313 47 63
Binary 1010000 10001101 10110011 110111 10101 0 11110 11001011 100111 110011

Color Harmonies of #508DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DB3

Black with #508DB3

Text Example


Text Example

White with #508DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508DB3; }

 p { color: rgb(80,141,179); }

 H1.HeaderClassName
 {
   color: #508DB3;
 }
 .AnyTagClassName
 {
   color: #508DB3;
 }
</style>

background-color css

<style>
 a { background-color: #508DB3; }

 a { background-color: rgb(80,141,179); }

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

border-color css

<style>
 span { border-color: #508DB3; }

 span { border-color: rgb(80,141,179); }

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