Html Css Color HEX #417CBD Steel Blue

📋 copy color: '#417CBD'

red 65 ◦ green 124 ◦ blue 189

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

Shades of Steel Blue #417CBD

Tints of Steel Blue #417CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50%

R = 17.2%
G = 32.8%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#417CBD (or 0x417CBD) is known color: Steel Blue. HEX triplet: 41, 7C and BD. RGB value is (65,124,189). Sum of RGB (Red+Green+Blue) = 65+124+189=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #417CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417CBD is #BE8342. Grayscale: #717171. Windows color (decimal): -12485443 or 12418113. OLE color: 12418113.

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

Color convert

RGB 65 124 189 -
CMYK 0.66 0.34 0 0.26
HSL 211.45º 0.49% 0.5% -
HSV(B) 211.45º 0.66% 0.74% -
XYZ 18.57 19.21 50.87 -
YUV 113.77 170.45 93.21 -
System Red Green Blue C M Y K H S L
Decimal 65 124 189 0.66 0.34 0 0.26 211.45 0.49 0.5
Hex 41 7C BD 42 22 0 1A D3 31 32
Octal 101 174 275 102 42 0 32 323 61 62
Binary 1000001 1111100 10111101 1000010 100010 0 11010 11010011 110001 110010

Color Harmonies of #417CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417CBD

Black with #417CBD

Text Example


Text Example

White with #417CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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