Html Css Color HEX #407DBB Steel Blue

📋 copy color: '#407DBB'

red 64 ◦ green 125 ◦ blue 187

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

Shades of Steel Blue #407DBB

Tints of Steel Blue #407DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 17.02%
G = 33.24%
B = 49.73%

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

#407DBB (or 0x407DBB) is known color: Steel Blue. HEX triplet: 40, 7D and BB. RGB value is (64,125,187). Sum of RGB (Red+Green+Blue) = 64+125+187=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #407DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DBB is #BF8244. Grayscale: #717171. Windows color (decimal): -12550725 or 12287296. OLE color: 12287296.

HSL color Cylindrical-coordinate representation of color #407DBB: hue angle of 210.24º 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 #407DBB is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 125 187 -
CMYK 0.66 0.33 0 0.27
HSL 210.24º 0.49% 0.49% -
HSV(B) 210.24º 0.66% 0.73% -
XYZ 18.42 19.35 49.78 -
YUV 113.83 169.29 92.46 -
System Red Green Blue C M Y K H S L
Decimal 64 125 187 0.66 0.33 0 0.27 210.24 0.49 0.49
Hex 40 7D BB 42 21 0 1B D2 31 31
Octal 100 175 273 102 41 0 33 322 61 61
Binary 1000000 1111101 10111011 1000010 100001 0 11011 11010010 110001 110001

Color Harmonies of #407DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DBB

Black with #407DBB

Text Example


Text Example

White with #407DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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