#417dbf

Color #417DBF Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #417DBF

Tints of Steel Blue #417DBF

Color information

#417DBF (or 0x417DBF) is unknown color: approx Steel Blue. HEX triplet: 41, 7D and BF. RGB value is (65,125,191). Sum of RGB (Red+Green+Blue) = 65+125+191=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #417DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DBF is #BE8240. Grayscale: #727272. Windows color (decimal): -12485185 or 12549441. OLE color: 12549441.

HSL color Cylindrical-coordinate representation of color #417DBF: hue angle of 211.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417DBF is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65125191-
CMYK0.660.3500.25
HSL211.43º49.61%50.2%-
HSV(B)211.43º65.97%74.9%-
XYZ18.9219.5552.07-
YUV114.58171.1292.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.06%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 191 (75% from 255) = 50.13%
R=17.06%
G=32.81%
B=50.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651251910.660.3500.25211.4349.6150.2
Hex417DBF4223019d33232
Octal101175277102430313236262
Binary1000001111110110111111100001010001101100111010011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417dbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417dbf; }

 p { color: rgb(65,125,191); }

 H1.HeaderClassName
 {
   color: #417dbf;
 }
 .AnyTagClassName
 {
   color: #417dbf;
 }
</style>
background-color css

<style>
 a { background-color: #417dbf; }

 a { background-color: rgb(65,125,191); }

 div.DivClassName
 {
   background-color: #417dbf;
 }
 .BgClassName
 {
   background-color: #417dbf;
 }
</style>
border-color css

<style>
 span { border-color: #417dbf; }

 span { border-color: rgb(65,125,191); }

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