Html Css Color HEX #417CBE Steel Blue

📋 copy color: '#417CBE'

red 65 ◦ green 124 ◦ blue 190

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

Shades of Steel Blue #417CBE

Tints of Steel Blue #417CBE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.72%

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 17.15%
G = 32.72%
B = 50.13%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#417CBE (or 0x417CBE) is known color: Steel Blue. HEX triplet: 41, 7C and BE. RGB value is (65,124,190). Sum of RGB (Red+Green+Blue) = 65+124+190=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #417CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417CBE is #BE8341. Grayscale: #717171. Windows color (decimal): -12485442 or 12483649. OLE color: 12483649.

HSL color Cylindrical-coordinate representation of color #417CBE: hue angle of 211.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417CBE is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 124 190 -
CMYK 0.66 0.35 0 0.25
HSL 211.68º 0.49% 0.5% -
HSV(B) 211.68º 0.66% 0.75% -
XYZ 18.68 19.26 51.45 -
YUV 113.88 170.95 93.13 -
System Red Green Blue C M Y K H S L
Decimal 65 124 190 0.66 0.35 0 0.25 211.68 0.49 0.5
Hex 41 7C BE 42 23 0 19 D4 31 32
Octal 101 174 276 102 43 0 31 324 61 62
Binary 1000001 1111100 10111110 1000010 100011 0 11001 11010100 110001 110010

Color Harmonies of #417CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417CBE

Black with #417CBE

Text Example


Text Example

White with #417CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,124,190); }

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

background-color css

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

 a { background-color: rgb(65,124,190); }

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

border-color css

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

 span { border-color: rgb(65,124,190); }

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