Html Css Color HEX #417EBC Steel Blue

📋 copy color: '#417EBC'

red 65 ◦ green 126 ◦ blue 188

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

Shades of Steel Blue #417EBC

Tints of Steel Blue #417EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.25%

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 17.15%
G = 33.25%
B = 49.6%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#417EBC (or 0x417EBC) is known color: Steel Blue. HEX triplet: 41, 7E and BC. RGB value is (65,126,188). Sum of RGB (Red+Green+Blue) = 65+126+188=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #417EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417EBC is #BE8143. Grayscale: #727272. Windows color (decimal): -12484932 or 12353089. OLE color: 12353089.

HSL color Cylindrical-coordinate representation of color #417EBC: hue angle of 210.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #417EBC is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 126 188 -
CMYK 0.65 0.33 0 0.26
HSL 210.24º 0.49% 0.5% -
HSV(B) 210.24º 0.65% 0.74% -
XYZ 18.72 19.68 50.39 -
YUV 114.83 169.29 92.46 -
System Red Green Blue C M Y K H S L
Decimal 65 126 188 0.65 0.33 0 0.26 210.24 0.49 0.5
Hex 41 7E BC 41 21 0 1A D2 31 32
Octal 101 176 274 101 41 0 32 322 61 62
Binary 1000001 1111110 10111100 1000001 100001 0 11010 11010010 110001 110010

Color Harmonies of #417EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417EBC

Black with #417EBC

Text Example


Text Example

White with #417EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,126,188); }

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

background-color css

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

 a { background-color: rgb(65,126,188); }

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

border-color css

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

 span { border-color: rgb(65,126,188); }

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