Html Css Color HEX #417DB1 Steel Blue

📋 copy color: '#417DB1'

red 65 ◦ green 125 ◦ blue 177

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

Shades of Steel Blue #417DB1

Tints of Steel Blue #417DB1

RGB

 RED value IS 65 (25.78% from 255) = 17.71%

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

 BLUE value IS 177 (69.53% from 255) = 48.23%

R = 17.71%
G = 34.06%
B = 48.23%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#417DB1 (or 0x417DB1) is known color: Steel Blue. HEX triplet: 41, 7D and B1. RGB value is (65,125,177). Sum of RGB (Red+Green+Blue) = 65+125+177=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 177 (69.53% from 255 or 48.23% from 367); Max value from RGB is 177 - color contains mainly: blue. Hex color #417DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417DB1 is #BE824E. Grayscale: #707070. Windows color (decimal): -12485199 or 11631937. OLE color: 11631937.

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

Color convert

RGB 65 125 177 -
CMYK 0.63 0.29 0 0.31
HSL 207.86º 0.46% 0.47% -
HSV(B) 207.86º 0.63% 0.69% -
XYZ 17.45 18.97 44.34 -
YUV 112.99 164.12 93.77 -
System Red Green Blue C M Y K H S L
Decimal 65 125 177 0.63 0.29 0 0.31 207.86 0.46 0.47
Hex 41 7D B1 3F 1D 0 1F D0 2E 2F
Octal 101 175 261 77 35 0 37 320 56 57
Binary 1000001 1111101 10110001 111111 11101 0 11111 11010000 101110 101111

Color Harmonies of #417DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417DB1

Black with #417DB1

Text Example


Text Example

White with #417DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #417DB1;
 }
 .AnyTagClassName
 {
   color: #417DB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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