Html Css Color HEX #417BBF Steel Blue

📋 copy color: '#417BBF'

red 65 ◦ green 123 ◦ blue 191

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

Shades of Steel Blue #417BBF

Tints of Steel Blue #417BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.4%

R = 17.15%
G = 32.45%
B = 50.4%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#417BBF (or 0x417BBF) is known color: Steel Blue. HEX triplet: 41, 7B and BF. RGB value is (65,123,191). Sum of RGB (Red+Green+Blue) = 65+123+191=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #417BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BBF is #BE8440. Grayscale: #717171. Windows color (decimal): -12485697 or 12548929. OLE color: 12548929.

HSL color Cylindrical-coordinate representation of color #417BBF: hue angle of 212.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417BBF is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 123 191 -
CMYK 0.66 0.36 0 0.25
HSL 212.38º 0.5% 0.5% -
HSV(B) 212.38º 0.66% 0.75% -
XYZ 18.67 19.05 51.98 -
YUV 113.41 171.78 93.47 -
System Red Green Blue C M Y K H S L
Decimal 65 123 191 0.66 0.36 0 0.25 212.38 0.5 0.5
Hex 41 7B BF 42 24 0 19 D4 32 32
Octal 101 173 277 102 44 0 31 324 62 62
Binary 1000001 1111011 10111111 1000010 100100 0 11001 11010100 110010 110010

Color Harmonies of #417BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417BBF

Black with #417BBF

Text Example


Text Example

White with #417BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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