Html Css Color HEX #417DAA Steel Blue

📋 copy color: '#417DAA'

red 65 ◦ green 125 ◦ blue 170

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

Shades of Steel Blue #417DAA

Tints of Steel Blue #417DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.22%

R = 18.06%
G = 34.72%
B = 47.22%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#417DAA (or 0x417DAA) is known color: Steel Blue. HEX triplet: 41, 7D and AA. RGB value is (65,125,170). Sum of RGB (Red+Green+Blue) = 65+125+170=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #417DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417DAA is #BE8255. Grayscale: #6F6F6F. Windows color (decimal): -12485206 or 11173185. OLE color: 11173185.

HSL color Cylindrical-coordinate representation of color #417DAA: hue angle of 205.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #417DAA is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 125 170 -
CMYK 0.62 0.26 0 0.33
HSL 205.71º 0.45% 0.46% -
HSV(B) 205.71º 0.62% 0.67% -
XYZ 16.77 18.69 40.75 -
YUV 112.19 160.62 94.34 -
System Red Green Blue C M Y K H S L
Decimal 65 125 170 0.62 0.26 0 0.33 205.71 0.45 0.46
Hex 41 7D AA 3E 1A 0 21 CE 2D 2E
Octal 101 175 252 76 32 0 41 316 55 56
Binary 1000001 1111101 10101010 111110 11010 0 100001 11001110 101101 101110

Color Harmonies of #417DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417DAA

Black with #417DAA

Text Example


Text Example

White with #417DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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