Html Css Color HEX #417DBA Steel Blue

📋 copy color: '#417DBA'

red 65 ◦ green 125 ◦ blue 186

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

Shades of Steel Blue #417DBA

Tints of Steel Blue #417DBA

RGB

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

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

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

R = 17.29%
G = 33.24%
B = 49.47%

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

#417DBA (or 0x417DBA) is known color: Steel Blue. HEX triplet: 41, 7D and BA. RGB value is (65,125,186). Sum of RGB (Red+Green+Blue) = 65+125+186=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #417DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DBA is #BE8245. Grayscale: #717171. Windows color (decimal): -12485190 or 12221761. OLE color: 12221761.

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

Color convert

RGB 65 125 186 -
CMYK 0.65 0.33 0 0.27
HSL 210.25º 0.48% 0.49% -
HSV(B) 210.25º 0.65% 0.73% -
XYZ 18.38 19.34 49.22 -
YUV 114.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 65 125 186 0.65 0.33 0 0.27 210.25 0.48 0.49
Hex 41 7D BA 41 21 0 1B D2 30 31
Octal 101 175 272 101 41 0 33 322 60 61
Binary 1000001 1111101 10111010 1000001 100001 0 11011 11010010 110000 110001

Color Harmonies of #417DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417DBA

Black with #417DBA

Text Example


Text Example

White with #417DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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