Html Css Color HEX #417FBB Steel Blue

📋 copy color: '#417FBB'

red 65 ◦ green 127 ◦ blue 187

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

Shades of Steel Blue #417FBB

Tints of Steel Blue #417FBB

RGB

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

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

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

R = 17.15%
G = 33.51%
B = 49.34%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#417FBB (or 0x417FBB) is known color: Steel Blue. HEX triplet: 41, 7F and BB. RGB value is (65,127,187). Sum of RGB (Red+Green+Blue) = 65+127+187=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #417FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FBB is #BE8044. Grayscale: #737373. Windows color (decimal): -12484677 or 12287809. OLE color: 12287809.

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

Color convert

RGB 65 127 187 -
CMYK 0.65 0.32 0 0.27
HSL 209.51º 0.48% 0.49% -
HSV(B) 209.51º 0.65% 0.73% -
XYZ 18.74 19.89 49.87 -
YUV 115.3 168.46 92.12 -
System Red Green Blue C M Y K H S L
Decimal 65 127 187 0.65 0.32 0 0.27 209.51 0.48 0.49
Hex 41 7F BB 41 20 0 1B D2 30 31
Octal 101 177 273 101 40 0 33 322 60 61
Binary 1000001 1111111 10111011 1000001 100000 0 11011 11010010 110000 110001

Color Harmonies of #417FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FBB

Black with #417FBB

Text Example


Text Example

White with #417FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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