Html Css Color HEX #417ABB Steel Blue

📋 copy color: '#417ABB'

red 65 ◦ green 122 ◦ blue 187

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

Shades of Steel Blue #417ABB

Tints of Steel Blue #417ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50%

R = 17.38%
G = 32.62%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#417ABB (or 0x417ABB) is known color: Steel Blue. HEX triplet: 41, 7A and BB. RGB value is (65,122,187). Sum of RGB (Red+Green+Blue) = 65+122+187=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #417ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ABB is #BE8544. Grayscale: #707070. Windows color (decimal): -12485957 or 12286529. OLE color: 12286529.

HSL color Cylindrical-coordinate representation of color #417ABB: hue angle of 211.97º 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 #417ABB is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 122 187 -
CMYK 0.65 0.35 0 0.27
HSL 211.97º 0.48% 0.49% -
HSV(B) 211.97º 0.65% 0.73% -
XYZ 18.11 18.63 49.66 -
YUV 112.37 170.12 94.21 -
System Red Green Blue C M Y K H S L
Decimal 65 122 187 0.65 0.35 0 0.27 211.97 0.48 0.49
Hex 41 7A BB 41 23 0 1B D4 30 31
Octal 101 172 273 101 43 0 33 324 60 61
Binary 1000001 1111010 10111011 1000001 100011 0 11011 11010100 110000 110001

Color Harmonies of #417ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417ABB

Black with #417ABB

Text Example


Text Example

White with #417ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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