Html Css Color HEX #407DBA Steel Blue

📋 copy color: '#407DBA'

red 64 ◦ green 125 ◦ blue 186

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

Shades of Steel Blue #407DBA

Tints of Steel Blue #407DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 17.07%
G = 33.33%
B = 49.6%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#407DBA (or 0x407DBA) is known color: Steel Blue. HEX triplet: 40, 7D and BA. RGB value is (64,125,186). Sum of RGB (Red+Green+Blue) = 64+125+186=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #407DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DBA is #BF8245. Grayscale: #717171. Windows color (decimal): -12550726 or 12221760. OLE color: 12221760.

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

Color convert

RGB 64 125 186 -
CMYK 0.66 0.33 0 0.27
HSL 210º 0.49% 0.49% -
HSV(B) 210º 0.66% 0.73% -
XYZ 18.31 19.3 49.22 -
YUV 113.72 168.79 92.54 -
System Red Green Blue C M Y K H S L
Decimal 64 125 186 0.66 0.33 0 0.27 210 0.49 0.49
Hex 40 7D BA 42 21 0 1B D2 31 31
Octal 100 175 272 102 41 0 33 322 61 61
Binary 1000000 1111101 10111010 1000010 100001 0 11011 11010010 110001 110001

Color Harmonies of #407DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DBA

Black with #407DBA

Text Example


Text Example

White with #407DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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