Html Css Color HEX #507DB3 Steel Blue

📋 copy color: '#507DB3'

red 80 ◦ green 125 ◦ blue 179

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

Shades of Steel Blue #507DB3

Tints of Steel Blue #507DB3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.55%

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

R = 20.83%
G = 32.55%
B = 46.61%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#507DB3 (or 0x507DB3) is known color: Steel Blue. HEX triplet: 50, 7D and B3. RGB value is (80,125,179). Sum of RGB (Red+Green+Blue) = 80+125+179=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 179 - color contains mainly: blue. Hex color #507DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DB3 is #AF824C. Grayscale: #757575. Windows color (decimal): -11502157 or 11763024. OLE color: 11763024.

HSL color Cylindrical-coordinate representation of color #507DB3: hue angle of 212.73º 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 #507DB3 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 125 179 -
CMYK 0.55 0.30 0 0.30
HSL 212.73º 0.39% 0.51% -
HSV(B) 212.73º 0.55% 0.7% -
XYZ 18.78 19.63 45.45 -
YUV 117.7 162.59 101.11 -
System Red Green Blue C M Y K H S L
Decimal 80 125 179 0.55 0.30 0 0.30 212.73 0.39 0.51
Hex 50 7D B3 37 1E 0 1E D5 27 33
Octal 120 175 263 67 36 0 36 325 47 63
Binary 1010000 1111101 10110011 110111 11110 0 11110 11010101 100111 110011

Color Harmonies of #507DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DB3

Black with #507DB3

Text Example


Text Example

White with #507DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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