Html Css Color HEX #417ABA Steel Blue

📋 copy color: '#417ABA'

red 65 ◦ green 122 ◦ blue 186

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

Shades of Steel Blue #417ABA

Tints of Steel Blue #417ABA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.71%

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 17.43%
G = 32.71%
B = 49.87%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#417ABA (or 0x417ABA) is known color: Steel Blue. HEX triplet: 41, 7A and BA. RGB value is (65,122,186). Sum of RGB (Red+Green+Blue) = 65+122+186=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #417ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ABA is #BE8545. Grayscale: #6F6F6F. Windows color (decimal): -12485958 or 12220993. OLE color: 12220993.

HSL color Cylindrical-coordinate representation of color #417ABA: hue angle of 211.74º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #417ABA is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 122 186 -
CMYK 0.65 0.34 0 0.27
HSL 211.74º 0.48% 0.49% -
HSV(B) 211.74º 0.65% 0.73% -
XYZ 18 18.59 49.09 -
YUV 112.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 65 122 186 0.65 0.34 0 0.27 211.74 0.48 0.49
Hex 41 7A BA 41 22 0 1B D4 30 31
Octal 101 172 272 101 42 0 33 324 60 61
Binary 1000001 1111010 10111010 1000001 100010 0 11011 11010100 110000 110001

Color Harmonies of #417ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417ABA

Black with #417ABA

Text Example


Text Example

White with #417ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,122,186); }

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

background-color css

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

 a { background-color: rgb(65,122,186); }

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

border-color css

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

 span { border-color: rgb(65,122,186); }

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