Html Css Color HEX #417BBD Steel Blue

📋 copy color: '#417BBD'

red 65 ◦ green 123 ◦ blue 189

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

Shades of Steel Blue #417BBD

Tints of Steel Blue #417BBD

RGB

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

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

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

R = 17.24%
G = 32.63%
B = 50.13%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#417BBD (or 0x417BBD) is known color: Steel Blue. HEX triplet: 41, 7B and BD. RGB value is (65,123,189). Sum of RGB (Red+Green+Blue) = 65+123+189=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #417BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BBD is #BE8442. Grayscale: #707070. Windows color (decimal): -12485699 or 12417857. OLE color: 12417857.

HSL color Cylindrical-coordinate representation of color #417BBD: hue angle of 211.94º 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 #417BBD is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 123 189 -
CMYK 0.66 0.35 0 0.26
HSL 211.94º 0.49% 0.5% -
HSV(B) 211.94º 0.66% 0.74% -
XYZ 18.45 18.96 50.83 -
YUV 113.18 170.78 93.63 -
System Red Green Blue C M Y K H S L
Decimal 65 123 189 0.66 0.35 0 0.26 211.94 0.49 0.5
Hex 41 7B BD 42 23 0 1A D4 31 32
Octal 101 173 275 102 43 0 32 324 61 62
Binary 1000001 1111011 10111101 1000010 100011 0 11010 11010100 110001 110010

Color Harmonies of #417BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417BBD

Black with #417BBD

Text Example


Text Example

White with #417BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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