Html Css Color HEX #417BBA Steel Blue

📋 copy color: '#417BBA'

red 65 ◦ green 123 ◦ blue 186

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

Shades of Steel Blue #417BBA

Tints of Steel Blue #417BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 17.38%
G = 32.89%
B = 49.73%

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

#417BBA (or 0x417BBA) is known color: Steel Blue. HEX triplet: 41, 7B and BA. RGB value is (65,123,186). Sum of RGB (Red+Green+Blue) = 65+123+186=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #417BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BBA is #BE8445. Grayscale: #707070. Windows color (decimal): -12485702 or 12221249. OLE color: 12221249.

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

Color convert

RGB 65 123 186 -
CMYK 0.65 0.34 0 0.27
HSL 211.24º 0.48% 0.49% -
HSV(B) 211.24º 0.65% 0.73% -
XYZ 18.13 18.83 49.13 -
YUV 112.84 169.28 93.88 -
System Red Green Blue C M Y K H S L
Decimal 65 123 186 0.65 0.34 0 0.27 211.24 0.48 0.49
Hex 41 7B BA 41 22 0 1B D3 30 31
Octal 101 173 272 101 42 0 33 323 60 61
Binary 1000001 1111011 10111010 1000001 100010 0 11011 11010011 110000 110001

Color Harmonies of #417BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417BBA

Black with #417BBA

Text Example


Text Example

White with #417BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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