Html Css Color HEX #417BBB Steel Blue

📋 copy color: '#417BBB'

red 65 ◦ green 123 ◦ blue 187

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

Shades of Steel Blue #417BBB

Tints of Steel Blue #417BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

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

R = 17.33%
G = 32.8%
B = 49.87%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#417BBB (or 0x417BBB) is known color: Steel Blue. HEX triplet: 41, 7B and BB. RGB value is (65,123,187). Sum of RGB (Red+Green+Blue) = 65+123+187=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #417BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BBB is #BE8444. Grayscale: #707070. Windows color (decimal): -12485701 or 12286785. OLE color: 12286785.

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

Color convert

RGB 65 123 187 -
CMYK 0.65 0.34 0 0.27
HSL 211.48º 0.48% 0.49% -
HSV(B) 211.48º 0.65% 0.73% -
XYZ 18.23 18.88 49.7 -
YUV 112.95 169.78 93.8 -
System Red Green Blue C M Y K H S L
Decimal 65 123 187 0.65 0.34 0 0.27 211.48 0.48 0.49
Hex 41 7B BB 41 22 0 1B D3 30 31
Octal 101 173 273 101 42 0 33 323 60 61
Binary 1000001 1111011 10111011 1000001 100010 0 11011 11010011 110000 110001

Color Harmonies of #417BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417BBB

Black with #417BBB

Text Example


Text Example

White with #417BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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