Html Css Color HEX #417FAA Steel Blue

📋 copy color: '#417FAA'

red 65 ◦ green 127 ◦ blue 170

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

Shades of Steel Blue #417FAA

Tints of Steel Blue #417FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 35.08%

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

R = 17.96%
G = 35.08%
B = 46.96%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#417FAA (or 0x417FAA) is known color: Steel Blue. HEX triplet: 41, 7F and AA. RGB value is (65,127,170). Sum of RGB (Red+Green+Blue) = 65+127+170=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #417FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417FAA is #BE8055. Grayscale: #717171. Windows color (decimal): -12484694 or 11173697. OLE color: 11173697.

HSL color Cylindrical-coordinate representation of color #417FAA: hue angle of 204.57º 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 #417FAA is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 127 170 -
CMYK 0.62 0.25 0 0.33
HSL 204.57º 0.45% 0.46% -
HSV(B) 204.57º 0.62% 0.67% -
XYZ 17.03 19.2 40.84 -
YUV 113.36 159.96 93.5 -
System Red Green Blue C M Y K H S L
Decimal 65 127 170 0.62 0.25 0 0.33 204.57 0.45 0.46
Hex 41 7F AA 3E 19 0 21 CD 2D 2E
Octal 101 177 252 76 31 0 41 315 55 56
Binary 1000001 1111111 10101010 111110 11001 0 100001 11001101 101101 101110

Color Harmonies of #417FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FAA

Black with #417FAA

Text Example


Text Example

White with #417FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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