Html Css Color HEX #407DB0 Steel Blue

📋 copy color: '#407DB0'

red 64 ◦ green 125 ◦ blue 176

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

Shades of Steel Blue #407DB0

Tints of Steel Blue #407DB0

RGB

 RED value IS 64 (25.39% from 255) = 17.53%

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

 BLUE value IS 176 (69.14% from 255) = 48.22%

R = 17.53%
G = 34.25%
B = 48.22%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#407DB0 (or 0x407DB0) is known color: Steel Blue. HEX triplet: 40, 7D and B0. RGB value is (64,125,176). Sum of RGB (Red+Green+Blue) = 64+125+176=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 176 - color contains mainly: blue. Hex color #407DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407DB0 is #BF824F. Grayscale: #707070. Windows color (decimal): -12550736 or 11566400. OLE color: 11566400.

HSL color Cylindrical-coordinate representation of color #407DB0: hue angle of 207.32º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #407DB0 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 125 176 -
CMYK 0.64 0.29 0 0.31
HSL 207.32º 0.47% 0.47% -
HSV(B) 207.32º 0.64% 0.69% -
XYZ 17.28 18.89 43.81 -
YUV 112.58 163.79 93.35 -
System Red Green Blue C M Y K H S L
Decimal 64 125 176 0.64 0.29 0 0.31 207.32 0.47 0.47
Hex 40 7D B0 40 1D 0 1F CF 2F 2F
Octal 100 175 260 100 35 0 37 317 57 57
Binary 1000000 1111101 10110000 1000000 11101 0 11111 11001111 101111 101111

Color Harmonies of #407DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DB0

Black with #407DB0

Text Example


Text Example

White with #407DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407DB0; }

 p { color: rgb(64,125,176); }

 H1.HeaderClassName
 {
   color: #407DB0;
 }
 .AnyTagClassName
 {
   color: #407DB0;
 }
</style>

background-color css

<style>
 a { background-color: #407DB0; }

 a { background-color: rgb(64,125,176); }

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

border-color css

<style>
 span { border-color: #407DB0; }

 span { border-color: rgb(64,125,176); }

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