Html Css Color HEX #416DBE Steel Blue

📋 copy color: '#416DBE'

red 65 ◦ green 109 ◦ blue 190

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

Shades of Steel Blue #416DBE

Tints of Steel Blue #416DBE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.95%

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 17.86%
G = 29.95%
B = 52.2%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#416DBE (or 0x416DBE) is known color: Steel Blue. HEX triplet: 41, 6D and BE. RGB value is (65,109,190). Sum of RGB (Red+Green+Blue) = 65+109+190=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #416DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416DBE is #BE9241. Grayscale: #686868. Windows color (decimal): -12489282 or 12479809. OLE color: 12479809.

HSL color Cylindrical-coordinate representation of color #416DBE: hue angle of 218.88º degrees, saturation: 0.49, 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 #416DBE is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 109 190 -
CMYK 0.66 0.43 0 0.25
HSL 218.88º 0.49% 0.5% -
HSV(B) 218.88º 0.66% 0.75% -
XYZ 16.94 15.78 50.87 -
YUV 105.08 175.92 99.41 -
System Red Green Blue C M Y K H S L
Decimal 65 109 190 0.66 0.43 0 0.25 218.88 0.49 0.5
Hex 41 6D BE 42 2B 0 19 DB 31 32
Octal 101 155 276 102 53 0 31 333 61 62
Binary 1000001 1101101 10111110 1000010 101011 0 11001 11011011 110001 110010

Color Harmonies of #416DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416DBE

Black with #416DBE

Text Example


Text Example

White with #416DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416DBE; }

 p { color: rgb(65,109,190); }

 H1.HeaderClassName
 {
   color: #416DBE;
 }
 .AnyTagClassName
 {
   color: #416DBE;
 }
</style>

background-color css

<style>
 a { background-color: #416DBE; }

 a { background-color: rgb(65,109,190); }

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

border-color css

<style>
 span { border-color: #416DBE; }

 span { border-color: rgb(65,109,190); }

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