Html Css Color HEX #407DBC Steel Blue

📋 copy color: '#407DBC'

red 64 ◦ green 125 ◦ blue 188

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

Shades of Steel Blue #407DBC

Tints of Steel Blue #407DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 16.98%
G = 33.16%
B = 49.87%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#407DBC (or 0x407DBC) is known color: Steel Blue. HEX triplet: 40, 7D and BC. RGB value is (64,125,188). Sum of RGB (Red+Green+Blue) = 64+125+188=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #407DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DBC is #BF8243. Grayscale: #717171. Windows color (decimal): -12550724 or 12352832. OLE color: 12352832.

HSL color Cylindrical-coordinate representation of color #407DBC: hue angle of 210.48º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407DBC is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 125 188 -
CMYK 0.66 0.34 0 0.26
HSL 210.48º 0.49% 0.49% -
HSV(B) 210.48º 0.66% 0.74% -
XYZ 18.53 19.39 50.34 -
YUV 113.94 169.79 92.38 -
System Red Green Blue C M Y K H S L
Decimal 64 125 188 0.66 0.34 0 0.26 210.48 0.49 0.49
Hex 40 7D BC 42 22 0 1A D2 31 31
Octal 100 175 274 102 42 0 32 322 61 61
Binary 1000000 1111101 10111100 1000010 100010 0 11010 11010010 110001 110001

Color Harmonies of #407DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DBC

Black with #407DBC

Text Example


Text Example

White with #407DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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