Html Css Color HEX #417BBC Steel Blue

📋 copy color: '#417BBC'

red 65 ◦ green 123 ◦ blue 188

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

Shades of Steel Blue #417BBC

Tints of Steel Blue #417BBC

RGB

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

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

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

R = 17.29%
G = 32.71%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#417BBC (or 0x417BBC) is known color: Steel Blue. HEX triplet: 41, 7B and BC. RGB value is (65,123,188). Sum of RGB (Red+Green+Blue) = 65+123+188=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #417BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BBC is #BE8443. Grayscale: #707070. Windows color (decimal): -12485700 or 12352321. OLE color: 12352321.

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

Color convert

RGB 65 123 188 -
CMYK 0.65 0.35 0 0.26
HSL 211.71º 0.49% 0.5% -
HSV(B) 211.71º 0.65% 0.74% -
XYZ 18.34 18.92 50.26 -
YUV 113.07 170.28 93.71 -
System Red Green Blue C M Y K H S L
Decimal 65 123 188 0.65 0.35 0 0.26 211.71 0.49 0.5
Hex 41 7B BC 41 23 0 1A D4 31 32
Octal 101 173 274 101 43 0 32 324 61 62
Binary 1000001 1111011 10111100 1000001 100011 0 11010 11010100 110001 110010

Color Harmonies of #417BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417BBC

Black with #417BBC

Text Example


Text Example

White with #417BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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