Html Css Color HEX #417DBB Steel Blue

📋 copy color: '#417DBB'

red 65 ◦ green 125 ◦ blue 187

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

Shades of Steel Blue #417DBB

Tints of Steel Blue #417DBB

RGB

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

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

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

R = 17.24%
G = 33.16%
B = 49.6%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#417DBB (or 0x417DBB) is known color: Steel Blue. HEX triplet: 41, 7D and BB. RGB value is (65,125,187). Sum of RGB (Red+Green+Blue) = 65+125+187=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #417DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DBB is #BE8244. Grayscale: #717171. Windows color (decimal): -12485189 or 12287297. OLE color: 12287297.

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

Color convert

RGB 65 125 187 -
CMYK 0.65 0.33 0 0.27
HSL 210.49º 0.48% 0.49% -
HSV(B) 210.49º 0.65% 0.73% -
XYZ 18.48 19.38 49.78 -
YUV 114.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 65 125 187 0.65 0.33 0 0.27 210.49 0.48 0.49
Hex 41 7D BB 41 21 0 1B D2 30 31
Octal 101 175 273 101 41 0 33 322 60 61
Binary 1000001 1111101 10111011 1000001 100001 0 11011 11010010 110000 110001

Color Harmonies of #417DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417DBB

Black with #417DBB

Text Example


Text Example

White with #417DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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